Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
5b231ac7
Commit
5b231ac7
authored
Jun 26, 2017
by
mattijs
Browse files
BUG: molecularDynamics: reference to temporary. Fixes
#509
.
parent
2dc80380
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/molecularDynamics/molecule/mdTools/meanMomentumEnergyAndNMols.H
View file @
5b231ac7
...
...
@@ -82,7 +82,7 @@ label singleStepDOFs = 0;
const
vector
&
molV
(
mol
().
v
());
const
vector
&
molOmega
(
inv
(
molMoI
)
&
mol
().
pi
());
const
vector
molOmega
(
inv
(
molMoI
)
&
mol
().
pi
());
vector
molPiGlobal
=
mol
().
Q
()
&
mol
().
pi
();
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment