From d385cd0ab95aeb2bf8a01e3dad6e3b56bd9aa62c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Remacle=20=28students=29?= <jean-francois.remacle@uclouvain.be> Date: Wed, 12 Aug 2009 13:54:41 +0000 Subject: [PATCH] Bug fix --- Numeric/gmshLinearSystemCSR.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Numeric/gmshLinearSystemCSR.cpp b/Numeric/gmshLinearSystemCSR.cpp index 01f9c03b7b..9cf1c1b51e 100644 --- a/Numeric/gmshLinearSystemCSR.cpp +++ b/Numeric/gmshLinearSystemCSR.cpp @@ -339,7 +339,7 @@ int gmshLinearSystemCSRGmm<double> :: checkSystem() } #endif -#if defined(HAVE_TAUCSw) +#if defined(HAVE_TAUCS) #include "taucs.h" template<> int gmshLinearSystemCSRTaucs<double> :: systemSolve() -- GitLab