diff options
Diffstat (limited to 'SRC/stfsm.f')
-rw-r--r-- | SRC/stfsm.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/stfsm.f b/SRC/stfsm.f index b8b81a87..4ac3c3f5 100644 --- a/SRC/stfsm.f +++ b/SRC/stfsm.f @@ -159,7 +159,7 @@ *> *> \param[in,out] B *> \verbatim -*> B is REAL array, DIMENSION (LDB,N) +*> B is REAL array, dimension (LDB,N) *> Before entry, the leading m by n part of the array B must *> contain the right-hand side matrix B, and on exit is *> overwritten by the solution matrix X. |