mirror of https://github.com/CGAL/cgal
Redo r41603 and r41552 (#ifdef CGAL_USE_TAUCS) for SP
This commit is contained in:
parent
c7bd5e563c
commit
705e0b1362
|
|
@ -20,9 +20,10 @@
|
|||
#ifndef CGAL_TAUCS_FIX
|
||||
#define CGAL_TAUCS_FIX
|
||||
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#ifdef CGAL_USE_TAUCS
|
||||
|
||||
//
|
||||
// Include TAUCS main header taucs.h
|
||||
//
|
||||
|
|
@ -56,5 +57,6 @@ extern "C" {
|
|||
#undef max
|
||||
#endif
|
||||
|
||||
#endif // CGAL_USE_TAUCS
|
||||
|
||||
#endif // CGAL_TAUCS_FIX
|
||||
|
|
|
|||
|
|
@ -22,6 +22,9 @@
|
|||
#define CGAL_TAUCS_MATRIX
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#ifdef CGAL_USE_TAUCS
|
||||
|
||||
#include <CGAL/Taucs_fix.h>
|
||||
|
||||
|
||||
|
|
@ -374,4 +377,6 @@ template<> struct Taucs_number<taucs_scomplex> {
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
#endif // CGAL_USE_TAUCS
|
||||
|
||||
#endif // CGAL_TAUCS_MATRIX
|
||||
|
|
|
|||
|
|
@ -22,6 +22,9 @@
|
|||
#define CGAL_TAUCS_SOLVER_TRAITS
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#ifdef CGAL_USE_TAUCS
|
||||
|
||||
#include <CGAL/auto_link/TAUCS.h>
|
||||
#include <CGAL/Taucs_matrix.h>
|
||||
#include <CGAL/Taucs_vector.h>
|
||||
|
|
@ -234,4 +237,6 @@ private:
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
#endif // CGAL_USE_TAUCS
|
||||
|
||||
#endif // CGAL_TAUCS_SOLVER_TRAITS
|
||||
|
|
|
|||
Loading…
Reference in New Issue