File tree Expand file tree Collapse file tree
src/geode/inspector/topology/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments