diff options
Diffstat (limited to 'BLAS/SRC/cdotc.f')
-rw-r--r-- | BLAS/SRC/cdotc.f | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BLAS/SRC/cdotc.f b/BLAS/SRC/cdotc.f index 40b7748c..0c121dd8 100644 --- a/BLAS/SRC/cdotc.f +++ b/BLAS/SRC/cdotc.f @@ -18,6 +18,8 @@ * jack dongarra, linpack, 3/11/78. * modified 12/3/93, array(1) declarations changed to array(*) * +* ===================================================================== +* * .. Local Scalars .. COMPLEX CTEMP INTEGER I,IX,IY |