mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
002a2cba6b
The definition of std::max uses references for parameters, which leads to unnecessary storing of constants on the stack. If the stack is overwritten this leads to wrong results. max2() works around this using call-by-value. |
||
---|---|---|
.. | ||
csg | ||
general | ||
geom2d | ||
gprim | ||
include | ||
interface | ||
linalg | ||
meshing | ||
occ | ||
stlgeom | ||
visualization | ||
CMakeLists.txt |