diff options
Diffstat (limited to 'SRC/dspsvx.f')
-rw-r--r-- | SRC/dspsvx.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/dspsvx.f b/SRC/dspsvx.f index b95c610b..2f898de0 100644 --- a/SRC/dspsvx.f +++ b/SRC/dspsvx.f @@ -123,8 +123,7 @@ *> *> \param[in,out] AFP *> \verbatim -*> AFP is DOUBLE PRECISION array, dimension -*> (N*(N+1)/2) +*> AFP is DOUBLE PRECISION array, dimension (N*(N+1)/2) *> If FACT = 'F', then AFP is an input argument and on entry *> contains the block diagonal matrix D and the multipliers used *> to obtain the factor U or L from the factorization |