diff --git a/Geo/MVertexRTree.h b/Geo/MVertexRTree.h index 697c535b9f9cb911fceaafbf10005c15a93f7504..bfc9aae9090a01e8c99b031e1d0eff8f06adc480 100644 --- a/Geo/MVertexRTree.h +++ b/Geo/MVertexRTree.h @@ -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; }