Saul Teukolsky
05-21-2002, 10:36 AM
Line 11 of hpsort.cpp (v 2.10) should be
j=2*l+1;
and not
j=l+1;
This bug is not in the f77, f90, or C versions.
j=2*l+1;
and not
j=l+1;
This bug is not in the f77, f90, or C versions.
Bug in hpsort.cpp (fixed in v. 2.11)