mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +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 hasit = false;
|
||||
#ifdef max;
|
||||
#undef max;
|
||||
#endif
|
||||
minv = numeric_limits<double>::max();
|
||||
maxv = -numeric_limits<double>::max();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user