Mercurial > hg > octave-lyh
diff liboctave/oct-sparse.h @ 6236:1bed9b2c26e0
[project @ 2007-01-10 18:20:18 by jwe]
author | jwe |
---|---|
date | Wed, 10 Jan 2007 18:20:18 +0000 |
parents | 82021cf7e53a |
children | 4cce89d792f1 |
line wrap: on
line diff
--- a/liboctave/oct-sparse.h +++ b/liboctave/oct-sparse.h @@ -76,7 +76,7 @@ #include <suitesparse/cholmod.h> #elif defined (HAVE_UFSPARSE_CHOLMOD_H) #include <ufsparse/cholmod.h> -#elif defined (HAVE_UMFPACK_CHOLMOD_H) +#elif defined (HAVE_CHOLMOD_CHOLMOD_H) #include <cholmod/cholmod.h> #elif defined (HAVE_CHOLMOD_H) #include <cholmod.h> @@ -94,7 +94,7 @@ #if (defined (HAVE_SUITESPARSE_CHOLMOD_H) \ || defined (HAVE_UFSPARSE_CHOLMOD_H) \ - || defined (HAVE_UMFPACK_CHOLMOD_H) \ + || defined (HAVE_CHOLMOD_CHOLMOD_H) \ || defined (HAVE_CHOLMOD_H)) #ifdef IDX_TYPE_LONG #define CHOLMOD_NAME(name) cholmod_l_ ## name