IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39613 for trunk


Ignore:
Timestamp:
Jun 25, 2016, 11:46:12 AM (10 years ago)
Author:
eugene
Message:

add test print

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/UpdateObjects.c

    r39587 r39613  
    148148  XVERB |= (average[0].objID == OBJ_ID_SRC) && (average[0].catID == CAT_ID_SRC);
    149149  XVERB |= (average[0].objID == OBJ_ID_DST) && (average[0].catID == CAT_ID_DST);
     150
     151  if (XVERB) {
     152    fprintf (stderr, "found test object\n");
     153  }
    150154
    151155  // select the measurements to be used in this analysis
Note: See TracChangeset for help on using the changeset viewer.