Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
26596ba0
Commit
26596ba0
authored
Oct 26, 2018
by
Purves, Murray
Browse files
Fixing sneaky cout typo
parent
79fd7971
Pipeline
#16711
passed with stages
in 16 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixio/examples/radixsnd2arl.cc
View file @
26596ba0
...
...
@@ -154,7 +154,7 @@ int main(int argc, char **argv)
if
(
pressureIndex
==
-
1
||
heightIndex
==
-
1
||
tempIndex
==
-
1
||
relHumIndex
==
-
1
||
wDirIndex
==
-
1
||
wSpdIndex
==
-
1
)
{
std
::
cout
<<
"Missing data fields in input!"
<<
std
::
cout
;
std
::
cout
<<
"Missing data fields in input!"
<<
std
::
endl
;
if
(
pressureIndex
==
-
1
)
{
std
::
cout
<<
" Missing pressure field (denoted by "
<<
pressureString
...
...
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