IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38649


Ignore:
Timestamp:
Jul 30, 2015, 4:02:53 AM (11 years ago)
Author:
bills
Message:

remove ; character from the definition of GALPHOT_FIELD to avoid compile errors
on some systems (test build)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r38638 r38649  
    12161216# undef LENSFIELD
    12171217
    1218 # define GALPHOT_FIELD(NAME, VALUE) float GalphotValue_##NAME (PhotCode *code, dvoMagClassType class, GalPhot *galphot, int Ngalphot);
     1218# define GALPHOT_FIELD(NAME, VALUE) float GalphotValue_##NAME (PhotCode *code, dvoMagClassType class, GalPhot *galphot, int Ngalphot)
    12191219
    12201220GALPHOT_FIELD(GAL_MAG,         mag);           
Note: See TracChangeset for help on using the changeset viewer.