Update to createFaMesh.H

faMesh created using selector New to avoid the possibility of having multiple
faMesh objects.
This commit is contained in:
Vuko Vukcevic 2017-12-05 13:28:30 +01:00
parent 76fd16d5f6
commit 0249319d5e

View file

@ -1,2 +1,2 @@
faMesh aMesh(mesh); const faMesh& aMesh = faMesh::New(mesh);