Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
7af5d18e
Commit
7af5d18e
authored
Dec 03, 2013
by
Uwe Schulzweida
Browse files
write_remap_scrip: abort if no remap weights are available
parent
2cb27cf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/remap_scrip_io.c
View file @
7af5d18e
...
...
@@ -135,6 +135,9 @@ void write_remap_scrip(const char *interp_file, int map_type, int submap_type, i
break
;
}
if
(
rv
.
num_links
==
0
)
cdoAbort
(
"Number of remap links is 0, no remap weights found!"
);
{
size_t
filesize
;
size_t
nele1
,
nele2
;
...
...
Write
Preview
Supports
Markdown
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