Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacarniato committed Nov 7, 2024
1 parent c68e8eb commit 9143337
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/MeshKernel/src/Mesh2D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,6 @@ void Mesh2D::FindFacesGivenFaceNodesMapping(const std::vector<std::vector<UInt>>
m_edgesFaces[e][m_edgesNumFaces[e]] = f;
m_edgesNumFaces[e] += 1;
}


}
ComputeCircumcentersMassCentersAndFaceAreas(true);
}
Expand Down

0 comments on commit 9143337

Please sign in to comment.