IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37251 for trunk/Ohana


Ignore:
Timestamp:
Aug 12, 2014, 5:21:08 PM (12 years ago)
Author:
eugene
Message:

fix some build issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/setMrelCatalog.c

    r37246 r37251  
    509509
    510510      Nstack ++;
    511       if (measure[k].photFlags2 & 0x00000004 == 0) NstackDet ++;
     511      if ((measure[k].photFlags2 & 0x00000004) == 0) NstackDet ++;
    512512
    513513      // clear this bit for all measurements
Note: See TracChangeset for help on using the changeset viewer.