Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
c57e4228
Commit
c57e4228
authored
4 years ago
by
Abhinav Singh
Browse files
Options
Downloads
Patches
Plain Diff
Latest Module
parent
45902034
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2197
failed
4 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openfpm_numerics
+1
-1
1 addition, 1 deletion
openfpm_numerics
src/Grid/staggered_dist_grid.hpp
+1
-1
1 addition, 1 deletion
src/Grid/staggered_dist_grid.hpp
with
2 additions
and
2 deletions
openfpm_numerics
@
d3c943bd
Subproject commit
bd5a0956710058ae08274624d2e6a3df44b893fd
Subproject commit
d3c943bd8fe89ab1688e734792cbafdd42abfd46
This diff is collapsed.
Click to expand it.
src/Grid/staggered_dist_grid.hpp
+
1
−
1
View file @
c57e4228
...
...
@@ -160,7 +160,7 @@ public:
template
<
unsigned
int
p
>
void
setStagPosition
(
openfpm
::
vector
<
comb
<
dim
>>
&
cmb
)
{
#ifdef SE_CLASS1
if
(
extends
<
typename
boost
::
mpl
::
at
<
typename
T
::
type
,
boost
::
mpl
::
int_
<
p
>
>::
type
>::
mul
()
!=
cmb
.
size
())
if
(
extends
<
typename
boost
::
mpl
::
at
<
typename
T
::
type
,
boost
::
mpl
::
int_
<
p
>
>::
type
>::
mul
()
>
cmb
.
size
())
std
::
cerr
<<
__FILE__
<<
":"
<<
__LINE__
<<
" error properties has "
<<
extends
<
typename
boost
::
mpl
::
at
<
typename
T
::
type
,
boost
::
mpl
::
int_
<
p
>
>::
type
>::
mul
()
<<
" components, but "
<<
cmb
.
size
()
<<
"has been defined
\n
"
;
#endif
c_prp
[
p
]
=
cmb
;
...
...
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