From ac9806603887856df3b928044018c352fb7356b6 Mon Sep 17 00:00:00 2001 From: ponchio Date: Mon, 18 Sep 2006 14:21:59 +0000 Subject: [PATCH] numeric_limits::(max)() -> numeric_limits::max() --- vcg/space/index/space_iterators.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/space/index/space_iterators.h b/vcg/space/index/space_iterators.h index ad359739..cdab4dee 100644 --- a/vcg/space/index/space_iterators.h +++ b/vcg/space/index/space_iterators.h @@ -25,6 +25,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.17 2006/08/31 13:19:59 marfr960 +ClosestIterator avoids to put the query point p into the result set + Revision 1.16 2006/08/23 15:22:14 marfr960 *** empty log message *** @@ -92,7 +95,7 @@ namespace vcg{ dist=(r.Origin()-goal).Norm(); - const float LocalMaxScalar = std::numeric_limits::(max)(); + const float LocalMaxScalar = std::numeric_limits::max(); const float EPSILON = 1e-50f; /* Parametri della linea */