Numerical Recipes Forum
>
Numerical Recipes Official Announcements
>
Old Bug Reports (Obsolete Editions of NR)
> Bug in hqr.cpp
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) {