diff options
-rw-r--r-- | SRC/cla_syrpvgrw.f | 2 | ||||
-rw-r--r-- | SRC/zla_syrpvgrw.f | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/SRC/cla_syrpvgrw.f b/SRC/cla_syrpvgrw.f index 606e0213..4163f3ca 100644 --- a/SRC/cla_syrpvgrw.f +++ b/SRC/cla_syrpvgrw.f @@ -104,7 +104,7 @@ *> *> \param[in] WORK *> \verbatim -*> WORK is COMPLEX array, dimension (2*N) +*> WORK is REAL array, dimension (2*N) *> \endverbatim * * Authors: diff --git a/SRC/zla_syrpvgrw.f b/SRC/zla_syrpvgrw.f index 44d2f526..46259334 100644 --- a/SRC/zla_syrpvgrw.f +++ b/SRC/zla_syrpvgrw.f @@ -104,7 +104,7 @@ *> *> \param[in] WORK *> \verbatim -*> WORK is COMPLEX*16 array, dimension (2*N) +*> WORK is DOUBLE PRECISION array, dimension (2*N) *> \endverbatim * * Authors: |