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
LAMBERT Jean-charles
uns_projects
Commits
29ce5d8c
Commit
29ce5d8c
authored
Jul 12, 2017
by
LAMBERT Jean-charles
Browse files
range in float
parent
00831b9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/mains/uns_2dplot.py
View file @
29ce5d8c
...
...
@@ -65,7 +65,7 @@ def process(args):
#ok=uns.nextFrame("")
while
(
uns
.
nextFrame
(
""
)):
c
=
c2d
.
C2dplot
(
verbose_debug
=
args
.
verbose
)
c
.
fullProcess
(
uns
=
uns
,
out
=
args
.
out
,
component
=
args
.
component
,
xrange
=
in
t
(
args
.
range
),
sigma
=
args
.
sigma
,
c
.
fullProcess
(
uns
=
uns
,
out
=
args
.
out
,
component
=
args
.
component
,
xrange
=
floa
t
(
args
.
range
),
sigma
=
args
.
sigma
,
mergers
=
args
.
mergers
,
cmap
=
args
.
cmap
,
cpt
=
cpt
,
noxz
=
args
.
noxz
,
contour
=
args
.
contour
,
nc
=
args
.
nc
)
cpt
=
cpt
+
1
# else:
...
...
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