Skip to content

Commit

Permalink
[core] Topo: assert on unimplemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyr committed Jul 9, 2020
1 parent 36cfec9 commit 2df8870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Geometry/TopologicalMesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ TriangleMesh TopologicalMesh::toTriangleMeshFromWedges() {
}

void TopologicalMesh::updateTriangleMesh( Ra::Core::Geometry::TriangleMesh& /*mesh*/ ) {
CORE_ASSERT( false, "not implemented yet" );
///\todo ;)
}

Expand Down

0 comments on commit 2df8870

Please sign in to comment.