Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Volker Springel
Gadget4
Commits
e99a6bf2
Commit
e99a6bf2
authored
Nov 09, 2020
by
Oliver Zier
Browse files
Merge branch 'master' of
https://gitlab.mpcdf.mpg.de/vrs/gadget4
parents
1aa9092e
f11873ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildsystem/check.py
View file @
e99a6bf2
...
...
@@ -94,7 +94,7 @@ def filter_template_config(fin):
def
filter_template_ioparam
(
fin
):
defines
=
set
()
s
=
fin
.
read
()
d
=
re
.
findall
(
r
"add_param\(\"([a-zA-Z_][a-zA-Z_0-9]*)\""
,
s
)
d
=
re
.
findall
(
"add_param\(
\"
([a-zA-Z_][a-zA-Z_0-9]*)
\"
"
,
s
)
for
dd
in
d
:
defines
.
update
([
dd
])
...
...
Write
Preview
Markdown
is supported
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