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
6be31219
Commit
6be31219
authored
Oct 27, 2020
by
Uwe Schulzweida
Browse files
Removed const from lpv.
parent
eba9806d
Pipeline
#4887
passed with stages
in 16 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/remap_vars.cc
View file @
6be31219
...
@@ -51,7 +51,7 @@ remapFirstOrder(double *restrict dst_array, const RemapVars &rv, const double *r
...
@@ -51,7 +51,7 @@ remapFirstOrder(double *restrict dst_array, const RemapVars &rv, const double *r
}
}
else
else
{
{
const
auto
lpv
=
links_per_value
;
auto
lpv
=
links_per_value
;
if
(
lpv
>
0
)
if
(
lpv
>
0
)
{
{
size_t
nlinks
=
num_links
/
lpv
;
size_t
nlinks
=
num_links
/
lpv
;
...
...
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