Browse Source

Merge 6f5b395009 into d4f9571818

pull/257/merge
Elliot Saba 13 years ago
parent
commit
13e88b936e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      interface/trtri.c

+ 1
- 1
interface/trtri.c View File

@@ -138,7 +138,7 @@ int NAME(char *UPLO, char *DIAG, blasint *N, FLOAT *a, blasint *ldA, blasint *In
// call dtrtri from lapack for a walk around.
if(uplo==0){
dtrtri_lapack_(UPLO, DIAG, N, a, ldA, Info);
return;
return 0;
}
#endif



Loading…
Cancel
Save