From 8403681640374c319bc4e26d7609dfd3de268f47 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Wed, 20 Dec 2006 15:23:52 +0000 Subject: [PATCH] using of locally defined variable removed --- vcg/space/point.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/vcg/space/point.h b/vcg/space/point.h index 56c9f5b1..9e35bde2 100644 --- a/vcg/space/point.h +++ b/vcg/space/point.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.8 2006/04/11 08:10:05 zifnab1974 +changes necessary for gcc 3.4.5 on linux 64bit. + Revision 1.7 2005/12/12 11:22:32 ganovelli compiled with gcc @@ -478,9 +481,7 @@ public: using PointBase<3,S>::_v; using PointBase<3,S>::V; using PointBase<3,S>::W; - using PointBase<3,S>::k0; - using PointBase<3,S>::k1; - using PointBase<3,S>::k2; + //@{ /** @name Special members for 3D points. **/ @@ -641,9 +642,7 @@ public: using PointBase<3,S>::_v; using PointBase<3,S>::V; using PointBase<3,S>::W; - using PointBase<3,S>::k0; - using PointBase<3,S>::k1; - using PointBase<3,S>::k2; + //@{ /** @name Special members for 4D points. **/ /// default