Skip to content
GitLab
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
e08d0534
Commit
e08d0534
authored
Jan 19, 2021
by
LAMBERT Jean-charles
Browse files
stream.py
parent
e38eddc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/mains/stream.py
View file @
e08d0534
...
...
@@ -32,10 +32,10 @@ def commandLine():
# -----------------------------------------------------
# process, is the core function
def
process
(
simname
,
blockname
,
timex
,
verbose
):
def
process
(
simname
,
blockname
,
timex
,
x
verbose
):
#print (simname, " " , time,file=sys.stderr)
# Create a UNSIO object
uns
=
CUNS_IN
(
simname
,
"all"
,
timex
,
verbose
)
uns
=
CUNS_IN
(
simname
,
"all"
,
timex
,
verbose
_debug
=
xverbose
)
find
=
False
bits
=
"x"
while
(
uns
.
nextFrame
(
bits
)):
# loop while there is something to read
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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