Bug in hqr.cpp


Saul Teukolsky
02-17-2003, 09:13 PM
Line 14 from the end: replace

if (k != (nn)) {

with

if (k+1 != nn) {