Delete trailing whitespace.

This commit is contained in:
Bård Skaflestad 2011-10-18 20:41:13 +02:00
parent e44b7317b8
commit 99fa7b7f0e

View File

@ -70,7 +70,7 @@ void dgetrs_(const char *trans, const MAT_SIZE_T *n,
const double *A , const MAT_SIZE_T *lda,
const MAT_SIZE_T *ipiv , double *B,
const MAT_SIZE_T *ldb , MAT_SIZE_T *info);
/* A <- chol(A) */
void dpotrf_(const char *uplo, const MAT_SIZE_T *n,
double *A , const MAT_SIZE_T *lda,