mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
removed semicolon from preprocessor directive
This commit is contained in:
parent
b03b16be4e
commit
2c79a2a4d9
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user