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
b7886d69
Commit
b7886d69
authored
Jan 17, 2018
by
Uwe Schulzweida
Browse files
remap_genweights bug fix.
parent
d1270449
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Remap.cc
View file @
b7886d69
...
...
@@ -914,7 +914,7 @@ void *Remap(void *argument)
get_maptype
(
operfunc
,
&
mapType
,
&
submapType
,
&
numNeighbors
,
&
remap_order
);
}
if
(
!
remap_genweights
&&
mapType
!
=
RemapType
::
CONSERV
)
remap_genweights
=
true
;
if
(
!
remap_genweights
&&
mapType
=
=
RemapType
::
CONSERV
)
remap_genweights
=
true
;
remap_set_int
(
REMAP_GENWEIGHTS
,
(
int
)
remap_genweights
);
...
...
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