Skip to content
Snippets Groups Projects
Commit bb018365 authored by Timo Koch's avatar Timo Koch
Browse files

[python] Try to register dumux as external module (dune 2.9)

parent bc85175d
No related branches found
No related tags found
1 merge request!2934[python] Make bindings work with dune 2.9
......@@ -9,3 +9,12 @@ DuMux is
https://dumux.org/
"""
try:
from dune.common import registerExternalModule
# register dumux to be recognized by dune-py (code generation module)
# as a module of the dune univers
registerExternalModule("dumux")
except ImportError:
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment