Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
bd28a9da
Commit
bd28a9da
authored
Sep 26, 2018
by
Cristian Lalescu
Browse files
fix typo
parent
906f54b2
Pipeline
#37204
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bfps/cpp/particles/p2p_distr_mpi.hpp
View file @
bd28a9da
...
...
@@ -202,7 +202,7 @@ public:
return
limite
;
}
real_number
apply_pbc
(
real_number
pos
,
COMPONENT_3D
dim
)
const
{
real_number
apply_pbc
(
real_number
pos
,
IDX_
COMPONENT_3D
dim
)
const
{
while
(
pos
<
spatial_box_offset
[
dim
]
){
pos
+=
spatial_box_width
[
dim
];
}
...
...
Write
Preview
Supports
Markdown
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