From 55182357e00fc8fd1511d9dd751fc88267aec2df Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 7 Dec 2014 17:21:26 +0000 Subject: [PATCH] fix msg --- Geo/MVertexRTree.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Geo/MVertexRTree.h b/Geo/MVertexRTree.h index 697c535b9f..bfc9aae909 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; } -- GitLab