@@ -308,7 +308,7 @@ namespace geode
308308 cmv.component_id .id ().string (),
309309 " ', which should be boundary of "
310310 " surface with uuid '" ,
311- incident_surface.id ().string () );
311+ incident_surface.id ().string (), " ' " );
312312 }
313313 const auto & surface_edges =
314314 cme.surface_edges .at ( incident_surface.id () );
@@ -319,7 +319,7 @@ namespace geode
319319 cmv.component_id .id ().string (),
320320 " ', which should not be boundary of "
321321 " surface with uuid '" ,
322- incident_surface.id ().string () );
322+ incident_surface.id ().string (), " ' " );
323323 }
324324 }
325325 for ( const auto & embedding_surface : brep_.embedding_surfaces (
@@ -330,9 +330,9 @@ namespace geode
330330 return absl::StrCat ( " Unique vertex with index " ,
331331 unique_vertex_index, " is part of line with uuid '" ,
332332 cmv.component_id .id ().string (),
333- " ', which should not be embedded in "
333+ " ', which should be embedded in "
334334 " surface with uuid '" ,
335- embedding_surface.id ().string () );
335+ embedding_surface.id ().string (), " ' " );
336336 }
337337 const auto & surface_edges =
338338 cme.surface_edges .at ( embedding_surface.id () );
@@ -343,7 +343,7 @@ namespace geode
343343 cmv.component_id .id ().string (),
344344 " ', which should not be embedded in "
345345 " surface with uuid '" ,
346- embedding_surface.id ().string () );
346+ embedding_surface.id ().string (), " ' " );
347347 }
348348 }
349349 if ( brep_.nb_incidences ( cmv.component_id .id () ) < 1
0 commit comments