aboutsummaryrefslogtreecommitdiff
path: root/SRC/dsptrf.f
diff options
context:
space:
mode:
authorjames <james@8a072113-8704-0410-8d35-dd094bca7971>2011-02-17 20:10:22 +0000
committerjames <james@8a072113-8704-0410-8d35-dd094bca7971>2011-02-17 20:10:22 +0000
commit5eee138e420da625ccaba75204f838b329af1736 (patch)
treea1fb00ba62d78cc244a9deb8203dacaec73fb6ad /SRC/dsptrf.f
parentf40d00741bda27d49c53c0734775fd05ebc33aba (diff)
removed confusing comments about JMAX, resolves bug0034
Diffstat (limited to 'SRC/dsptrf.f')
-rw-r--r--SRC/dsptrf.f3
1 files changed, 0 insertions, 3 deletions
diff --git a/SRC/dsptrf.f b/SRC/dsptrf.f
index 24700908..58538915 100644
--- a/SRC/dsptrf.f
+++ b/SRC/dsptrf.f
@@ -199,9 +199,6 @@
KP = K
ELSE
*
-* JMAX is the column-index of the largest off-diagonal
-* element in row IMAX, and ROWMAX is its absolute value
-*
ROWMAX = ZERO
JMAX = IMAX
KX = IMAX*( IMAX+1 ) / 2 + IMAX