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
libcdi
Commits
9c960791
Commit
9c960791
authored
Nov 26, 2014
by
Thomas Jahns
🤸
Browse files
Fix typo in diagnostic message.
parent
2528022f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/stream_cgribex.c
View file @
9c960791
...
...
@@ -852,7 +852,7 @@ int cgribexScanTimestep2(stream_t * streamptr)
tsID
=
streamptr
->
rtsteps
;
if
(
tsID
!=
1
)
Error
(
"Internal problem! unexpec
e
ted timestep %d"
,
tsID
+
1
);
Error
(
"Internal problem! unexpected timestep %d"
,
tsID
+
1
);
taxis
=
&
streamptr
->
tsteps
[
tsID
].
taxis
;
...
...
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