Skip to content

Commit

Permalink
Removed one more wrong enum in lapack
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jul 30, 2012
1 parent da74d42 commit 77433fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/mathematics/lapack.cpp
Expand Up @@ -202,7 +202,7 @@ int clapack_dgetrs(const CBLAS_ORDER Order, const CBLAS_TRANSPOSE Transpose,
#undef DGETRS

// order not supported (yet?)
int clapack_dpotrs(const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo,
int clapack_dpotrs(const CBLAS_ORDER Order, const CBLAS_UPLO Uplo,
const int N, const int NRHS, double *A, const int lda,
double *B, const int ldb)
{
Expand Down

0 comments on commit 77433fe

Please sign in to comment.