mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
windows fix for numeric_limits<double>::max();
This commit is contained in:
parent
2c40250fb2
commit
ffa8e70e26
@ -2397,6 +2397,9 @@ namespace netgen
|
|||||||
// bool considerElem;
|
// bool considerElem;
|
||||||
|
|
||||||
bool hasit = false;
|
bool hasit = false;
|
||||||
|
#ifdef max;
|
||||||
|
#undef max;
|
||||||
|
#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