From 13acf3d65eb8df4cb8df221509bf0178396dcff1 Mon Sep 17 00:00:00 2001 From: julie Date: Fri, 30 Sep 2011 18:34:50 +0000 Subject: Comments fix to be able to generate the new layout and the corresponding Doxygen documentation --- SRC/slanv2.f | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'SRC/slanv2.f') diff --git a/SRC/slanv2.f b/SRC/slanv2.f index e027c78d..5c2199a5 100644 --- a/SRC/slanv2.f +++ b/SRC/slanv2.f @@ -27,21 +27,28 @@ * ========= * * A (input/output) REAL +* * B (input/output) REAL +* * C (input/output) REAL +* * D (input/output) REAL * On entry, the elements of the input matrix. * On exit, they are overwritten by the elements of the * standardised Schur form. * * RT1R (output) REAL +* * RT1I (output) REAL +* * RT2R (output) REAL +* * RT2I (output) REAL * The real and imaginary parts of the eigenvalues. If the * eigenvalues are a complex conjugate pair, RT1I > 0. * * CS (output) REAL +* * SN (output) REAL * Parameters of the rotation matrix. * -- cgit v1.2.3