Commit 261cbb1e authored by Tomáš Jakubec's avatar Tomáš Jakubec
Browse files

Commented unused connections in FPMAMeshWriter

parent 9e2ab13c
......@@ -99,7 +99,7 @@ class FPMAMeshWriter<3, IndexType, Real> : public MeshWriter<3>{
DBGMSG("indexing mesh");
// write cells of the mesh
// prepare connections
auto cellVert = MeshConnections<3,0>::connections(mesh);
// auto cellVert = MeshConnections<3,0>::connections(mesh);
for (typename MeshElements<3, IndexType, Real, Reserve...>::Face& face : mesh.getFaces()){
indexFace(mesh, face, faceVert.at(face));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment