Skip to content

Commit

Permalink
fixes for importing easily
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarruscag committed Jan 25, 2025
1 parent bd72165 commit 9697a85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SU2_PY/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ install_data(['SU2_Nastran/__init__.py',
'SU2_Nastran/pysu2_nastran.py'],
install_dir: join_paths(get_option('bindir'), 'SU2_Nastran'))

install_subdir(['../externals/FADO'], install_dir: join_paths(get_option('bindir'), 'FADO'))
install_subdir(['../externals/FADO'], install_dir: get_option('bindir'))
4 changes: 4 additions & 0 deletions TestCases/serial_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
from TestCase import TestCase
from TestCase import parse_args

import FADO
FADO.printDocumentation()


def main():
'''This program runs SU2 and ensures that the output matches specified values.
This will be used to do checks when code is pushed to github
Expand Down

0 comments on commit 9697a85

Please sign in to comment.