Skip to content

Commit 6f6aa2b

Browse files
authored
Merge branch 'smdogroup:master' into aitken
2 parents b5b2a56 + 5ca82a7 commit 6f6aa2b

File tree

5 files changed

+1295
-1
lines changed

5 files changed

+1295
-1
lines changed

funtofem/interface/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
fun3d_loader = importlib.util.find_spec("fun3d")
4444
if fun3d_loader is not None:
4545
from .fun3d_interface import *
46+
from .fun3d_14_interface import *
4647

4748
# SU2 interface, with python package "pysu2"
4849
su2_loader = importlib.util.find_spec("pysu2")

0 commit comments

Comments
 (0)