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 considerElem;
bool hasit = false; bool hasit = false;
#ifdef max; #ifdef max
#undef max; #undef max
#endif #endif
minv = numeric_limits<double>::max(); minv = numeric_limits<double>::max();
maxv = -numeric_limits<double>::max(); maxv = -numeric_limits<double>::max();