netgen/libsrc
Matthias Hochsteger 002a2cba6b Fix (or work around?) strange bug on Windows
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.
2017-02-16 09:12:45 +01:00
..
csg fix CalcProj for ExtrusionFace and export to python 2017-01-27 16:14:27 +01:00
general Assume that malloc returns memory that is 16 byte-aligned 2017-02-07 10:26:31 +01:00
geom2d install all headers to INCDIR 2017-01-16 14:59:57 +01:00
gprim fix for DEVELOP, Vec has no Get 2017-01-27 16:07:08 +01:00
include install all headers to INCDIR 2017-01-16 14:59:57 +01:00
interface install all headers to INCDIR 2017-01-16 14:59:57 +01:00
linalg install all headers to INCDIR 2017-01-16 14:59:57 +01:00
meshing Fix (or work around?) strange bug on Windows 2017-02-16 09:12:45 +01:00
occ Fix for OCC7.1 on Windows, also support providing own OCC version by setting OCC_INCLUDE_DIR and OCC_LIBRARY_DIR 2017-02-09 12:07:09 +01:00
stlgeom install all headers to INCDIR 2017-01-16 14:59:57 +01:00
visualization install all headers to INCDIR 2017-01-16 14:59:57 +01:00
CMakeLists.txt CMake support 2015-03-06 14:59:14 +01:00