IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39074 for trunk


Ignore:
Timestamp:
Nov 8, 2015, 5:24:19 AM (11 years ago)
Author:
eugene
Message:

fix order of mysql output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvopsps/src/insert_FGshape_dvopsps_catalog.c

    r39025 r39074  
    181181                 "DET_ID, "
    182182                 "IMAGE_ID, "
    183                  "NPIX,   "
    184183
    185184                 "PHOTCODE, "
     
    196195                 "THETA_ERR, "
    197196                 "SERSIC_INDEX, "
    198                  "CHISQ"
     197                 "CHISQ, "
     198                 "NPIX"
    199199                 ") VALUES \n", basename);
    200200
Note: See TracChangeset for help on using the changeset viewer.