IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38659


Ignore:
Timestamp:
Aug 3, 2015, 9:25:38 AM (11 years ago)
Author:
eugene
Message:

remove extra semi-colon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/dvo_photcode_ops.c

    r38638 r38659  
    19101910  }
    19111911
    1912 GALPHOT_FIELD(GAL_MAG,         mag);           
    1913 GALPHOT_FIELD(GAL_MAG_ERR,     magErr);   
    1914 GALPHOT_FIELD(GAL_MAJ,         majorAxis);             
    1915 GALPHOT_FIELD(GAL_MAJ_ERR,     majorAxisErr);
    1916 GALPHOT_FIELD(GAL_MIN,         minorAxis);             
    1917 GALPHOT_FIELD(GAL_MIN_ERR,     minorAxisErr);   
    1918 GALPHOT_FIELD(GAL_THETA,       theta);     
    1919 GALPHOT_FIELD(GAL_THETA_ERR,   thetaErr); 
    1920 GALPHOT_FIELD(GAL_INDEX,       index);     
    1921 GALPHOT_FIELD(GAL_CHISQ,       chisq);     
    1922 GALPHOT_FIELD(GAL_NPIX,        Npix);       
    1923 GALPHOT_FIELD(GAL_TYPE,        modelType);       
     1912GALPHOT_FIELD(GAL_MAG,         mag)           
     1913GALPHOT_FIELD(GAL_MAG_ERR,     magErr)   
     1914GALPHOT_FIELD(GAL_MAJ,         majorAxis)             
     1915GALPHOT_FIELD(GAL_MAJ_ERR,     majorAxisErr)
     1916GALPHOT_FIELD(GAL_MIN,         minorAxis)             
     1917GALPHOT_FIELD(GAL_MIN_ERR,     minorAxisErr)   
     1918GALPHOT_FIELD(GAL_THETA,       theta)     
     1919GALPHOT_FIELD(GAL_THETA_ERR,   thetaErr) 
     1920GALPHOT_FIELD(GAL_INDEX,       index)     
     1921GALPHOT_FIELD(GAL_CHISQ,       chisq)     
     1922GALPHOT_FIELD(GAL_NPIX,        Npix)       
     1923GALPHOT_FIELD(GAL_TYPE,        modelType)       
Note: See TracChangeset for help on using the changeset viewer.