FreeCAD: master ffaa0c82

Author Committer Branch Timestamp Parent
Abdullah Tahiri wmayer master 2015-06-24 15:03:12 master 1fc88ebe
Changeset Sketcher: SparseQR conditional compilation

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

For Eigen>=3.2.2 SparseQR is compiled in

For older versions SparseQR is not compiled in and if the option is selected FC gives a warning in the console and falls back to DenseQR.

This ensures that a user can get a sketch solved and work normally even if SparseQR is selected and the Eigen version is too old to support SparseQR.
mod - src/Mod/Sketcher/App/planegcs/GCS.cpp Diff File