Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nifty_gridder
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ift
nifty_gridder
Commits
f978182b
Commit
f978182b
authored
Oct 31, 2019
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into parallel_idx
parents
e3a83e97
9bb8e1c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gridder_cxx.h
gridder_cxx.h
+1
-1
No files found.
gridder_cxx.h
View file @
f978182b
...
...
@@ -1372,7 +1372,7 @@ template<typename Serv> class WgridHelper
if
(
verbosity
>
0
)
cout
<<
"nplanes: "
<<
nplanes
<<
endl
;
minplane
.
resize
(
nplanes
);
vector
<
size_t
>
tcnt
(
m
y_max_threads
(
)
*
nplanes
,
0
);
vector
<
size_t
>
tcnt
(
m
ax
<
int
>
(
nthreads
,
my_max_threads
()
)
*
nplanes
,
0
);
#pragma omp parallel num_threads(nthreads)
{
vector
<
size_t
>
mytcnt
(
nplanes
,
0
);
...
...
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