Skip to content

Commit bb112b9

Browse files
committed
fix
1 parent 3021e6f commit bb112b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyro/compressible_fv4/simulation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import pyro.compressible_fv4.fluxes as flx
22
from pyro import compressible_rk
33
from pyro.compressible import get_external_sources, get_sponge_factor
4+
from pyro.mesh import fv
45

56

67
class Simulation(compressible_rk.Simulation):

0 commit comments

Comments
 (0)