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
1acf77d5
Commit
1acf77d5
authored
Oct 21, 2019
by
Oliver Heidmann
Browse files
fixed broken for loop
parent
4c162be5
Changes
1
Show whitespace changes
Inline
Side-by-side
test/Remapgrid.test.in
View file @
1acf77d5
...
...
@@ -141,7 +141,7 @@ if [ -d "$CDOTESTDATA/$REMAPGRIDDIR" ]; then
remapfunc $OPERTYPES $REMAP file:R2B4.nc file:R2B6.nc
done
#
for in dis nn con laf; do
for
REMAP
in dis nn con laf; do
remapfunc $OPERTYPES $REMAP file:R2B6.nc file:R2B4.nc
done
#
...
...
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