IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37098


Ignore:
Timestamp:
Jul 22, 2014, 2:51:44 PM (12 years ago)
Author:
eugene
Message:

print actual average[] entry for star, not sorted index entry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/Ohana/src/opihi/dvo/gstar.c

    r37049 r37098  
    248248      k = N1[i];
    249249      if (!QUIET) {
    250         gprint (GP_LOG, "star: "OFF_T_FMT"\n",  i);
     250        gprint (GP_LOG, "star: "OFF_T_FMT"\n",  k);
    251251        gprint (GP_LOG, "%11.7f ", catalog.average[k].R);
    252252        gprint (GP_LOG, "%11.7f ", catalog.average[k].D);
Note: See TracChangeset for help on using the changeset viewer.