From c5309ee47bae784c15b1b81db74564ff1eebf153 Mon Sep 17 00:00:00 2001 From: jiri Date: Wed, 7 Oct 2009 15:25:44 +0000 Subject: [PATCH] *** empty log message *** --- noncblas.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/noncblas.h b/noncblas.h index d8db5fd..7b2783a 100644 --- a/noncblas.h +++ b/noncblas.h @@ -666,10 +666,19 @@ int cblas_errprn(int ierr, int info, char *form, ...); #endif +#endif /*NONCBLAS*/ + +#ifdef NONCLAPACK +#ifndef NONCLAPACK_H +#define NONCLAPACK_H + +#ifndef NONCBLAS +#include +#endif + /*from clapack.h*/ int clapack_dgesv(const enum CBLAS_ORDER Order, const int N, const int NRHS, double *A, const int lda, int *ipiv, double *B, const int ldb); - - +#endif #endif