mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20:34 +05:00
78782dcd53
A std::map is in an invalid state when just zero-initialized, and needs to be initialized by its constructor. As this initilization may be done after the first call to Register, a crash will typically happen. To fix this wrap all accesses to the map with a Meyers Singleton. Also remove the extra Array - most accesses are using the key, and the few format list iterations all sort the result afterwards anyway. Fixes #201. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
nginterface_v2.cpp | ||
nginterface.cpp | ||
read_fnf_mesh.cpp | ||
readtetmesh.cpp | ||
readuser.cpp | ||
rw_cgns.cpp | ||
rw_medit.cpp | ||
rw_medit.hpp | ||
writeabaqus.cpp | ||
writediffpack.cpp | ||
writedolfin.cpp | ||
writeelmer.cpp | ||
writefeap.cpp | ||
writefluent.cpp | ||
writegmsh2.cpp | ||
writegmsh.cpp | ||
writejcm.cpp | ||
writeOpenFOAM15x.cpp | ||
writepermas.cpp | ||
writetecplot.cpp | ||
writetet.cpp | ||
writetochnog.cpp | ||
writeuser.cpp | ||
writeuser.hpp | ||
wuchemnitz.cpp |