Skip to content
Snippets Groups Projects
Commit 71271df6 authored by graham's avatar graham
Browse files

BUG: Passing by copy.

parent 44be3592
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment