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