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
SWIFT
SWIFTsim
Commits
466714fb
Commit
466714fb
authored
Feb 08, 2019
by
Matthieu Schaller
Browse files
Correct a typo in the python script combining IC files.
parent
ee0558f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/combine_ics.py
View file @
466714fb
...
...
@@ -40,7 +40,7 @@ import numpy as np
# Store the compression level
gzip_level
=
4
if
sys
.
arg
c
>
3
:
if
len
(
sys
.
arg
v
)
>
3
:
gzip_level
=
sys
.
argv
[
3
]
# First, we need to collect some information from the master file
...
...
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