commit | 8b26cc7d357f619190b80f86fa463028f8798268 | [log] [tgz] |
---|---|---|
author | Sergey Sharybin <sergey.vfx@gmail.com> | Wed Jun 19 21:04:02 2013 +0600 |
committer | Sergey Sharybin <sergey.vfx@gmail.com> | Wed Jun 19 21:04:02 2013 +0600 |
tree | f6349b65bb6fc03cb6e21cb2a8887ea3d76d55ef | |
parent | 6dd18563a19cf3ede796cd960c88251666f84c7d [diff] |
Fix compilation error on systems without SuiteSparse installed Issue was caused by declaring class PerThreadContext with some members of choldmod-specific types. This class in only used from an #ifndef CERES_NO_SUITESPARSE block and solved compilation error by simply wrapping PerThreadContext with the same #ifndef block. Change-Id: Icdc329073fcbd4a328e41ea8c0af0962e9c34ba8