From 507a7c89e629c54158122cfc76fa077d91a4700e Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 24 Jan 2005 15:35:25 +0000 Subject: [PATCH] Removed a 'using namespace' --- vcg/simplex/face/distance.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vcg/simplex/face/distance.h b/vcg/simplex/face/distance.h index 887da9fb..ddda8283 100644 --- a/vcg/simplex/face/distance.h +++ b/vcg/simplex/face/distance.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.2 2005/01/21 17:11:03 pietroni +changed Dist Function to PointDistance... the function is on vcg::face::PointDistance this file will contain all distance functions between a face and othe entities + Revision 1.1 2004/05/12 18:50:25 ganovelli created @@ -36,7 +39,6 @@ created #include -using namespace std; namespace vcg { namespace face{