From ef9b2d41a7f85fa18a1e7b38e841da28a7543274 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 7 Aug 2006 15:06:19 +0000 Subject: [PATCH] *** empty log message *** --- Geo/GPoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/GPoint.h b/Geo/GPoint.h index 8bd6b94c57..c02ded8559 100644 --- a/Geo/GPoint.h +++ b/Geo/GPoint.h @@ -6,7 +6,7 @@ class GEntity; class GPoint { private: - double X,Y,Z; + double X, Y, Z; const GEntity *e; double par[2]; public: -- GitLab