diff --git a/Geo/GPoint.h b/Geo/GPoint.h index 8bd6b94c5769008a6391716ddd99a9bd4a3b8b61..c02ded8559e2fb07227901183457e6f016267902 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: