removed semicolon from preprocessor directive

This commit is contained in:
Gerhard Kitzler 2014-06-12 08:54:37 +00:00
parent b03b16be4e
commit 2c79a2a4d9

View File

@ -2404,7 +2404,7 @@ namespace netgen
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();