mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-22 20:15:40 +05:00
removed ; after preprocessor def
This commit is contained in:
parent
03853d9c88
commit
b77f5c16dc
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user