windows fix for numeric_limits<double>::max();

This commit is contained in:
Gerhard Kitzler 2013-10-04 12:50:36 +00:00
parent 2c40250fb2
commit ffa8e70e26

View File

@ -2397,6 +2397,9 @@ namespace netgen
// bool considerElem;
bool hasit = false;
#ifdef max;
#undef max;
#endif
minv = numeric_limits<double>::max();
maxv = -numeric_limits<double>::max();