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
mpim-sw
libcdi
Commits
83e4ebb3
Commit
83e4ebb3
authored
Oct 10, 2015
by
Uwe Schulzweida
Browse files
printinfo.h: update from CDO
parent
c235f0e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/printinfo.h
View file @
83e4ebb3
...
...
@@ -633,10 +633,13 @@ void printTimesteps(int streamID, int taxisID, int verbose)
fprintf
(
stdout
,
"
\n
"
);
ntimeout
=
0
;
int
toff
=
tsID
%
4
;
if
(
toff
>
0
)
toff
=
4
-
toff
;
for
(
int
i
=
0
;
i
<
toff
;
++
i
)
next_vdatetime
=
next_vdatetime
->
next
;
int
toff
=
0
;
if
(
tsID
>
2
*
NUM_TIMESTEP
)
{
toff
=
tsID
%
4
;
if
(
toff
>
0
)
toff
=
4
-
toff
;
for
(
int
i
=
0
;
i
<
toff
;
++
i
)
next_vdatetime
=
next_vdatetime
->
next
;
}
for
(
int
i
=
toff
;
i
<
nvdatetime
;
++
i
)
{
vdate
=
next_vdatetime
->
vdate
;
...
...
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