Skip to content

Commit

Permalink
Merge pull request #2 from ketch/mhd_roe
Browse files Browse the repository at this point in the history
Make MHD example importable.
  • Loading branch information
ranocha authored Oct 28, 2019
2 parents b8b335b + daafd5e commit 1bd079b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added examples/mhd_1d/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion examples/mhd_1d/test_shocktube.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def test_shocktube():
"Shock tube test (1D MHD with Roe solver)"
import numpy as np
import os
import shocktube
from . import shocktube
from clawpack.riemann.mhd_1D_constants import B_2, B_3

claw = shocktube.setup(kernel_language='Fortran')
Expand Down

0 comments on commit 1bd079b

Please sign in to comment.