fix compilation for (max)

This commit is contained in:
Jane Tournois 2015-04-28 07:36:35 +02:00 committed by Sébastien Loriot
parent 7cabb0c508
commit f8c3ef0a30
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ private:
// Get first face sq_circumradius_length // Get first face sq_circumradius_length
// Initialize min // Initialize min
FT min_sqr = std::numeric_limits<double>::max(); FT min_sqr = (std::numeric_limits<double>::max)();
// Find the minimum value // Find the minimum value
do do
{ {