Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LAMBERT Jean-charles
unsio
Commits
9ea7a327
Commit
9ea7a327
authored
Sep 12, 2019
by
LAMBERT Jean-charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add new single input values
parent
13801e2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
py/unsio/input.py
py/unsio/input.py
+1
-1
No files found.
py/unsio/input.py
View file @
9ea7a327
...
...
@@ -230,7 +230,7 @@ class CUNS_IN:
print
(
"array="
,
tag
,
data_type
)
if
tag
is
None
:
# only one value
tab_value_F
=
[
"time"
]
tab_value_I
=
[
"nbody"
,
"nsel"
]
tab_value_I
=
[
"nbody"
,
"nsel"
,
"ngas"
,
"nstars"
,
"ndisk"
,
"nhalo"
,
"nbulge"
,
"nbndry"
,
"nvarh"
]
ok
=
0
ret_data
=
np
.
zeros
(
1
,
dtype
=
data_type
)
data
=
0
...
...
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