summaryrefslogtreecommitdiff
path: root/BLAS/SRC/sdsdot.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/sdsdot.f')
-rw-r--r--BLAS/SRC/sdsdot.f5
1 files changed, 3 insertions, 2 deletions
diff --git a/BLAS/SRC/sdsdot.f b/BLAS/SRC/sdsdot.f
index f6349a14..5b9e6c41 100644
--- a/BLAS/SRC/sdsdot.f
+++ b/BLAS/SRC/sdsdot.f
@@ -47,8 +47,10 @@
* SDSDOT (output) REAL
* single precision dot product (SB if N .LE. 0)
*
+* Further Details
+* ===============
+*
* REFERENCES
-* ==========
*
* C. L. Lawson, R. J. Hanson, D. R. Kincaid and F. T.
* Krogh, Basic linear algebra subprograms for Fortran
@@ -56,7 +58,6 @@
* Software 5, 3 (September 1979), pp. 308-323.
*
* REVISION HISTORY (YYMMDD)
-* ==========================
*
* 791001 DATE WRITTEN
* 890531 Changed all specific intrinsics to generic. (WRB)