Skip to content
Snippets Groups Projects
Commit 579eb523 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Merge branch 'issue/face-measure-calculation' into 'develop'

Fix unit normal storage

See merge request !110
parents 4afa96c8 69dcbaa7
No related branches found
No related tags found
1 merge request!110Fix unit normal storage
......@@ -106,7 +106,7 @@ class MeshData : public IMeshData
parallel_for(
m_mesh.numberOfFaces(), PUGS_LAMBDA(FaceId face_id) { nl[face_id] = (1. / ll[face_id]) * Nl[face_id]; });
m_Nl = Nl;
m_nl = nl;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment