Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
cdo
Commits
74f56b4a
Commit
74f56b4a
authored
2 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
remap_bicubic: use remap_set_mask().
parent
3321a174
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/remap_bilinear.cc
+5
-0
5 additions, 0 deletions
src/remap_bilinear.cc
with
5 additions
and
0 deletions
src/remap_bilinear.cc
+
5
−
0
View file @
74f56b4a
...
...
@@ -291,6 +291,11 @@ remap_set_mask(size_t gridsize, const Varray<T> &v, T missval, Varray<short> &ma
}
}
// Explicit instantiation
template
void
remap_set_mask
(
size_t
gridsize
,
const
Varray
<
float
>
&
v
,
float
missval
,
Varray
<
short
>
&
mask
);
template
void
remap_set_mask
(
size_t
gridsize
,
const
Varray
<
double
>
&
v
,
double
missval
,
Varray
<
short
>
&
mask
);
// This routine computes and apply the weights for a bilinear interpolation.
template
<
typename
T
>
static
void
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment