removed ; after preprocessor def

This commit is contained in:
Gerhard Kitzler 2014-01-09 12:08:14 +00:00
parent 03853d9c88
commit b77f5c16dc

View File

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