Skip to content
GitLab
Menu
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
71271df6
Commit
71271df6
authored
Dec 10, 2010
by
graham
Browse files
BUG: Passing by copy.
parent
44be3592
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/surface/surfaceInertia/surfaceInertia.C
View file @
71271df6
...
...
@@ -51,7 +51,7 @@ using namespace Foam;
void
massPropertiesSolid
(
const
pointField
&
pts
,
const
triFaceList
triFaces
,
const
triFaceList
&
triFaces
,
scalar
density
,
scalar
&
mass
,
vector
&
cM
,
...
...
@@ -208,7 +208,7 @@ void massPropertiesSolid
void
massPropertiesShell
(
const
pointField
&
pts
,
const
triFaceList
triFaces
,
const
triFaceList
&
triFaces
,
scalar
density
,
scalar
&
mass
,
vector
&
cM
,
...
...
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