Browse Source

changed cross platform template inclusion

Johannes R 12 years ago
parent
commit
27f23373b5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/vector/Eigen.h

+ 2 - 2
core/vector/Eigen.h

@@ -87,8 +87,8 @@ VectorT<T> *Arnoldi_MGS(const MatrixT<T> &A, size_t nr, VectorT<T> *v=NULL)
 
 }
 
-#ifdef __GNUC__
+//#ifdef __GNUC__
   #include <core/vector/Eigen.tcc>
-#endif
+//#endif
 
 #endif // EIGEN_H