Skip to content

Commit 4bc74f5

Browse files
committed
fix ninja
1 parent 74303e4 commit 4bc74f5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/geode/inspector/topology/internal/expected_nb_cmvs.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#include <absl/container/flat_hash_set.h>
2727

28-
#include <geode/basic/logger.h>
28+
#include <geode/basic/logger.hpp>
2929

3030
#include <geode/geometry/point.hpp>
3131

@@ -182,8 +182,8 @@ namespace
182182
}
183183
if( nb_lines_on_several_boundaries % 2 == 1 )
184184
{
185-
/// On one side of a topological non-variety => 2 cases possible,
186-
/// depending on wether the topological non-variety is on the
185+
/// On one side of a topological non-manifold => 2 cases possible,
186+
/// depending on wether the topological non-manifold is on the
187187
/// interior or exterior of the block
188188
geode::Logger::warn( absl::StrCat(
189189
"[expected_block_cmvs_and_error] Unique vertex ",
@@ -192,7 +192,7 @@ namespace
192192
.mesh()
193193
.point( unique_vertex_cmvs.block_cmvs[0].vertex )
194194
.string(),
195-
"] is on a topological non-variety, which makes the correct "
195+
"] is on a topological non-manifold, which makes the correct "
196196
"number of block cmvs unsure." ) );
197197
if( nb_block_cmvs
198198
== predicted_nb_block_cmvs + nb_lines_on_several_boundaries )

0 commit comments

Comments
 (0)