diff options
author | maho <maho@FreeBSD.org> | 2004-10-19 09:10:44 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-10-19 09:10:44 +0800 |
commit | 9d29cfbb7bc4d3e0b9c8d4847d1054fc989c8e85 (patch) | |
tree | 9a262d4eb428285d9958ae5cb7427c44cdb555b1 | |
parent | b15d8fbbb1d8924068ecfe50cfdc726d468418f7 (diff) | |
download | freebsd-ports-gnome-9d29cfbb7bc4d3e0b9c8d4847d1054fc989c8e85.tar.gz freebsd-ports-gnome-9d29cfbb7bc4d3e0b9c8d4847d1054fc989c8e85.tar.zst freebsd-ports-gnome-9d29cfbb7bc4d3e0b9c8d4847d1054fc989c8e85.zip |
Adding newline at the end of files
(lapack.h and blas.h)
Submitted by: thierry@
-rw-r--r-- | math/atlas-devel/files/blas.h | 2 | ||||
-rw-r--r-- | math/atlas-devel/files/lapack.h | 2 | ||||
-rw-r--r-- | math/atlas/files/blas.h | 2 | ||||
-rw-r--r-- | math/atlas/files/lapack.h | 2 |
4 files changed, 4 insertions, 4 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 +} diff --git a/math/atlas/files/blas.h b/math/atlas/files/blas.h index 9fe9a8561658..91a230963aab 100644 --- a/math/atlas/files/blas.h +++ b/math/atlas/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/files/lapack.h b/math/atlas/files/lapack.h index c0d513baedd1..0e677a94bd84 100644 --- a/math/atlas/files/lapack.h +++ b/math/atlas/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 +} |