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
argupta
openfpm_pdata
Commits
e648279d
Commit
e648279d
authored
Dec 26, 2018
by
incardon
Browse files
Fixing warning in calc forces
parent
7c3e55ac
Changes
1
Show whitespace changes
Inline
Side-by-side
example/Vector/7_SPH_dlb_opt/main.cpp
View file @
e648279d
...
...
@@ -465,7 +465,7 @@ inline double Pi(const Point<3,double> & dr, double rr2, Point<3,double> & dv, d
}
template
<
typename
VerletList
>
inline
double
calc_forces
(
particles
&
vd
,
VerletList
&
NN
,
double
&
max_visc
)
template
<
typename
VerletList
>
inline
void
calc_forces
(
particles
&
vd
,
VerletList
&
NN
,
double
&
max_visc
)
{
/*! \cond [reset_particles] \endcond */
...
...
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