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

Commented unused connections in FPMAMeshWriter

parent 9e2ab13c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));