From 98247c842bb8ad0439d65edfcb1a6a14c9132700 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Fri, 14 May 2004 11:07:36 +0000 Subject: [PATCH] Changed swap in std::swap. --- vcg/simplex/tetrahedron/base.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/simplex/tetrahedron/base.h b/vcg/simplex/tetrahedron/base.h index 3d8c9ed1..c57423c8 100644 --- a/vcg/simplex/tetrahedron/base.h +++ b/vcg/simplex/tetrahedron/base.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.5 2004/05/06 15:29:42 pietroni +changed names to topology functions + Revision 1.4 2004/04/28 11:37:14 pietroni *** empty log message *** @@ -257,7 +260,7 @@ public: _v[3]=p3; if(ComputeVolume()<0 ) - swap(_v[1],_v[2]); + std::swap(_v[1],_v[2]); #ifdef __VCGLIB_TETRA_TA _z[0]=_z[1]=_z[2]=_z[3]=-1;