From ca6dac5d521273800519b1272b27bfaf80184ddd Mon Sep 17 00:00:00 2001 From: igor175 Date: Sat, 10 Nov 2012 03:33:51 +0000 Subject: [PATCH] fixed a typo in a comment in (c,z)lahef_rook.f --- SRC/clahef_rook.f | 2 +- SRC/zlahef_rook.f | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SRC/clahef_rook.f b/SRC/clahef_rook.f index 820b56f..d696045 100644 --- a/SRC/clahef_rook.f +++ b/SRC/clahef_rook.f @@ -655,7 +655,7 @@ 50 CONTINUE * * Put U12 in standard form by partially undoing the interchanges -* in of rows in columns k+1:n looping backwards from k+1 to 1 +* in of rows in columns k+1:n looping backwards from k+1 to n * J = K + 1 60 CONTINUE diff --git a/SRC/zlahef_rook.f b/SRC/zlahef_rook.f index b6626ea..dc729f1 100644 --- a/SRC/zlahef_rook.f +++ b/SRC/zlahef_rook.f @@ -655,7 +655,7 @@ 50 CONTINUE * * Put U12 in standard form by partially undoing the interchanges -* in of rows in columns k+1:n looping backwards from k+1 to 1 +* in of rows in columns k+1:n looping backwards from k+1 to n * J = K + 1 60 CONTINUE -- 2.7.4