FreeCAD: master 516b0d3c

Author Committer Branch Timestamp Parent
Abdullah Tahiri wmayer master 2015-06-20 14:42:56 master 6030da11
Changeset Sketcher: Workaround for Eigen bug: SparseQR crash on matrices with rows>cols

=============================================================================

There is an issue with an assertion in Eigen, as reported here:
https://forum.kde.org/viewtopic.php?f=74&t=117474
http://forum.freecadweb.org/viewtopic.php?f=10&t=11341&p=92153#p92146

The work-around is to disable debug assertions for Eigen until the problem
gets solved.
mod - src/Mod/Sketcher/App/CMakeLists.txt Diff File
mod - src/Mod/Sketcher/App/planegcs/GCS.cpp Diff File