瀏覽代碼

changed cross platform template inclusion

Johannes R 12 年之前
父節點
當前提交
27f23373b5
共有 1 個文件被更改,包括 2 次插入2 次删除
  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