mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +08:00
remove superfluous #ifdef
This commit is contained in:
parent
77c943670e
commit
82e4a16759
@ -5,11 +5,9 @@
|
|||||||
|
|
||||||
#include "src/Core/util/DisableMSVCWarnings.h"
|
#include "src/Core/util/DisableMSVCWarnings.h"
|
||||||
|
|
||||||
#ifdef EIGEN_CHOLMOD_SUPPORT
|
extern "C" {
|
||||||
extern "C" {
|
#include <cholmod.h>
|
||||||
#include <cholmod.h>
|
}
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace Eigen {
|
namespace Eigen {
|
||||||
|
|
||||||
|
@ -39,9 +39,7 @@ namespace Eigen {
|
|||||||
* \endcode
|
* \endcode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef EIGEN_TAUCS_SUPPORT
|
|
||||||
# include "src/SparseExtra/TaucsSupport.h"
|
# include "src/SparseExtra/TaucsSupport.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
} // namespace Eigen
|
} // namespace Eigen
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user