Skip to content
Snippets Groups Projects
Commit 55182357 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix msg

parent 72065898
Branches
Tags
No related merge requests found
...@@ -45,7 +45,8 @@ class MVertexRTree{ ...@@ -45,7 +45,8 @@ class MVertexRTree{
} }
else if(warnIfExists){ else if(warnIfExists){
Msg::Warning("Vertex %d (%.16g, %.16g, %.16g) already exists in the " Msg::Warning("Vertex %d (%.16g, %.16g, %.16g) already exists in the "
"mesh with tolerance %g", _tol); "mesh with tolerance %g", v->getNum(),
v->x(), v->y(), v->z(), _tol);
} }
return 1; return 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment