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
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
474b4e4a
Commit
474b4e4a
authored
Mar 16, 2017
by
incardon
Browse files
Fixing symmetric
parent
8ae73dfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Vector/vector_dist.hpp
View file @
474b4e4a
...
...
@@ -439,7 +439,7 @@ public:
* \return the position of the element in space
*
*/
inline
auto
getPos
(
size_t
vec_key
)
const
->
const
decltype
(
v_pos
.
template
get
<
0
>(
vec_key
))
inline
auto
getPos
(
size_t
vec_key
)
const
->
decltype
(
v_pos
.
template
get
<
0
>(
vec_key
))
{
return
v_pos
.
template
get
<
0
>(
vec_key
);
}
...
...
@@ -1378,7 +1378,7 @@ public:
getDecomposition
().
setNNParameters
(
shift
,
gs
);
return
ParticleIt_Cells
<
dim
,
CellList
>
(
NN
,
getDecomposition
().
getDomainCells
());
return
ParticleIt_Cells
<
dim
,
CellList
>
(
NN
,
getDecomposition
().
getDomainCells
()
,
g_m
);
}
/*! \brief Get an iterator that traverse the particles in the domain
...
...
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