From dc05252eecfc6e5ae7c4284a04821a29b7972977 Mon Sep 17 00:00:00 2001 From: mtarini Date: Fri, 5 Mar 2004 17:51:28 +0000 Subject: [PATCH] Errorino "ScalarType" -> "BoxScalarType" --- vcg/space/box3.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/space/box3.h b/vcg/space/box3.h index 7aa0b30a..d446b16f 100644 --- a/vcg/space/box3.h +++ b/vcg/space/box3.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.4 2004/03/03 14:32:13 cignoni +Yet another cr lf mismatch + Revision 1.3 2004/02/23 23:44:21 cignoni cr lf mismatch @@ -296,7 +299,7 @@ public: template inline Box3 Construct( const Box3 & b ) { - return Box3(Point3::Construct(b.min),Point3::Construct(b.max)); + return Box3(Point3::Construct(b.min),Point3::Construct(b.max)); } }; // end class definition