Skip to content

Commit ef1677c

Browse files
authored
Merge pull request #280 from smdogroup/master
Fun3d 14.0 Interface (#279)
2 parents ad185a6 + 5ca82a7 commit ef1677c

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)