summaryrefslogtreecommitdiff
path: root/BLAS/SRC/caxpy.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/caxpy.f')
-rw-r--r--BLAS/SRC/caxpy.f2
1 files changed, 2 insertions, 0 deletions
diff --git a/BLAS/SRC/caxpy.f b/BLAS/SRC/caxpy.f
index ece603c6..763236d7 100644
--- a/BLAS/SRC/caxpy.f
+++ b/BLAS/SRC/caxpy.f
@@ -18,6 +18,8 @@
* jack dongarra, linpack, 3/11/78.
* modified 12/3/93, array(1) declarations changed to array(*)
*
+* =====================================================================
+*
* .. Local Scalars ..
INTEGER I,IX,IY
* ..