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
mpim-sw
cdo
Commits
06198196
Commit
06198196
authored
Oct 13, 2017
by
Uwe Schulzweida
Browse files
init nvals with 0.
parent
cc411826
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/process.cc
View file @
06198196
...
...
@@ -70,9 +70,9 @@ process_t::initProcess()
a_utime
=
0
;
a_stime
=
0
;
cputime
=
0
;
nvals
=
NULL
;
nvars
=
NULL
;
ntimesteps
=
NULL
;
nvals
=
0
;
nvars
=
0
;
ntimesteps
=
0
;
streamCnt
=
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