aboutsummaryrefslogtreecommitdiff
path: root/math/atlas-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-10-19 01:10:44 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-10-19 01:10:44 +0000
commit26bd231cac4a92389a5e306a09420e9d9f860367 (patch)
tree84c03a52b303ea8f9e442981817c1bdc18d7b65b /math/atlas-devel
parentd132973902290ea41756c0411c2706b0c3a5ffc8 (diff)
downloadports-26bd231cac4a92389a5e306a09420e9d9f860367.tar.gz
ports-26bd231cac4a92389a5e306a09420e9d9f860367.zip
Notes
Diffstat (limited to 'math/atlas-devel')
-rw-r--r--math/atlas-devel/files/blas.h2
-rw-r--r--math/atlas-devel/files/lapack.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/atlas-devel/files/blas.h b/math/atlas-devel/files/blas.h
index 9fe9a8561658..91a230963aab 100644
--- a/math/atlas-devel/files/blas.h
+++ b/math/atlas-devel/files/blas.h
@@ -854,4 +854,4 @@ zher2k_(char* uplo, char* trans, integer* N, integer* K,
doublecomplex* B, integer* ldb,
doublereal* beta,
doublecomplex* C, integer* ldc);
-} \ No newline at end of file
+}
diff --git a/math/atlas-devel/files/lapack.h b/math/atlas-devel/files/lapack.h
index c0d513baedd1..0e677a94bd84 100644
--- a/math/atlas-devel/files/lapack.h
+++ b/math/atlas-devel/files/lapack.h
@@ -5082,4 +5082,4 @@ integer izmax1_(integer *n, doublecomplex *cx, integer *incx);
/* Subroutine */ int zupmtr_(char *side, char *uplo, char *trans, integer *m,
integer *n, doublecomplex *ap, doublecomplex *tau, doublecomplex *c__,
integer *ldc, doublecomplex *work, integer *info);
-} \ No newline at end of file
+}