Skip to content
GitLab
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
f1982ace
Commit
f1982ace
authored
Nov 17, 2017
by
Uwe Schulzweida
Browse files
Fix typo.
parent
172b4a61
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid_search.cc
View file @
f1982ace
...
...
@@ -178,7 +178,7 @@ nfTree_t *gs_create_nanoflann(size_t n, const double *restrict lons, const doubl
min
[
0
]
=
min
[
1
]
=
min
[
2
]
=
1e9
;
max
[
0
]
=
max
[
1
]
=
max
[
2
]
=
-
1e9
;
// Generating Point Cloud
float
restrict
point
[
3
];
float
point
[
3
];
pointcloud
->
pts
.
resize
(
n
);
#if defined(HAVE_OPENMP4)
#pragma omp simd
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment