Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
7d4973c7
Commit
7d4973c7
authored
May 03, 2017
by
Chichi Lalescu
Browse files
minor fix, NSVEp executable now compiles
parent
364e016f
Changes
2
Hide whitespace changes
Inline
Side-by-side
bfps/DNS.py
View file @
7d4973c7
...
...
@@ -74,6 +74,7 @@ class DNS(_code):
'"scope_timer.hpp"'
,
'"fftw_interface.hpp"'
,
'"full_code/main_code.hpp"'
,
'<cmath>'
,
'<iostream>'
,
'<hdf5.h>'
,
'<string>'
,
...
...
tests/test_DNS.py
View file @
7d4973c7
...
...
@@ -2,7 +2,7 @@ from bfps.DNS import DNS
def
main
():
c
=
DNS
()
c
=
DNS
(
dns_type
=
'NSVEp'
)
c
.
write_src
()
c
.
compile_code
()
return
None
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment