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

fix msg

parent 72065898
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ class MVertexRTree{
}
else if(warnIfExists){
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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment