Update to createFaMesh.H
faMesh created using selector New to avoid the possibility of having multiple faMesh objects.
This commit is contained in:
parent
76fd16d5f6
commit
0249319d5e
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
|
|
||||||
faMesh aMesh(mesh);
|
const faMesh& aMesh = faMesh::New(mesh);
|
||||||
|
|
Reference in a new issue