IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2005, 10:08:50 AM (21 years ago)
Author:
eugene
Message:

minor cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/calextract.c

    r3462 r3689  
    9494    /* extract values, assign to vectors */
    9595    for (i = 0; i < catalog.Naverage; i++) {
     96      if (i && !(i % 10000)) { fprintf (stderr, ","); }
    9697      m = catalog.average[i].offset;
    9798
     
    125126      if (N == NSTAR) {
    126127        NSTAR += 100;
    127         for (i = 0; i < NVEC; i++) {
    128           REALLOCATE (vec[i][0].elements, float, NSTAR);
     128        for (j = 0; j < NVEC; j++) {
     129          REALLOCATE (vec[j][0].elements, float, NSTAR);
    129130        }
    130131      }
Note: See TracChangeset for help on using the changeset viewer.