Skip to content

Commit

Permalink
add make_water_body in the default imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainp committed Aug 12, 2022
1 parent fa55201 commit 5c43dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smrt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
raise RuntimeError("Pyhton 2.7 is not supported anymore")


from .inputs.make_medium import make_snowpack, make_snow_layer, make_ice_column, make_atmosphere, make_interface
from .inputs.make_medium import make_snowpack, make_snow_layer, make_ice_column, make_atmosphere, make_interface, make_water_body
from .inputs.make_soil import make_soil

from .core.model import make_model, make_emmodel
Expand Down

0 comments on commit 5c43dbd

Please sign in to comment.