aboutsummaryrefslogtreecommitdiff
path: root/SRC/zla_wwaddw.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
committerjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
commit13acf3d65eb8df4cb8df221509bf0178396dcff1 (patch)
treee3adc3e2fab395b82d4e1bc5111ad5a74afe4be3 /SRC/zla_wwaddw.f
parentd3718a28ef2fad11da862ba0782d39ce506d249f (diff)
Comments fix to be able to generate the new layout and the corresponding Doxygen documentation
Diffstat (limited to 'SRC/zla_wwaddw.f')
-rw-r--r--SRC/zla_wwaddw.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/zla_wwaddw.f b/SRC/zla_wwaddw.f
index 9ee9a396..50158f89 100644
--- a/SRC/zla_wwaddw.f
+++ b/SRC/zla_wwaddw.f
@@ -17,7 +17,7 @@
COMPLEX*16 X( * ), Y( * ), W( * )
* ..
*
-* Purpose
+* Purpose
* =======
*
* ZLA_WWADDW adds a vector W into a doubled-single vector (X, Y).
@@ -25,8 +25,8 @@
* This works for all extant IBM's hex and binary floating point
* arithmetics, but not for decimal.
*
-* Arguments
-* =========
+* Arguments
+* =========
*
* N (input) INTEGER
* The length of vectors X, Y, and W.