diff options
Diffstat (limited to 'SRC/sspsvx.f')
-rw-r--r-- | SRC/sspsvx.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/sspsvx.f b/SRC/sspsvx.f index 53d09738..771f863e 100644 --- a/SRC/sspsvx.f +++ b/SRC/sspsvx.f @@ -123,8 +123,7 @@ *> *> \param[in,out] AFP *> \verbatim -*> AFP is REAL array, dimension -*> (N*(N+1)/2) +*> AFP is REAL 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 |