Skip to content

Commit 72255ea

Browse files
committed
fix
1 parent 6df98d8 commit 72255ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geode/geometry/nn_search.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ namespace geode
240240
for( const auto id : vertices )
241241
{
242242
Logger::trace(
243-
p, " : id ", id " / mapping[id]", mapping[id] );
243+
p, " : id ", id, " / mapping[id]", mapping[id] );
244244
if( id == mapping[id] )
245245
{
246246
mapping[id] = min_index;

0 commit comments

Comments
 (0)