IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2009, 9:39:56 AM (17 years ago)
Author:
bills
Message:

did some work on the chip and warp exportrun modes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/warptool.c

    r23688 r23697  
    16021602      {"warpImfile", "warptool_export_imfile.sql"},
    16031603      {"warpSkyfile", "warptool_export_skyfile.sql"},
    1604       {"warpSkyCellMap", "warptool_export_sky_cell_map.sql"},
     1604      {"warpSkyCellMap", "warptool_export_skycell_map.sql"},
    16051605    };
    16061606
    1607 
    1608     for (int i=0; i < sizeof(tables); i++) {
     1607    int numTables = sizeof(tables)/sizeof(tables[0]);
     1608
     1609    for (int i=0; i < numTables; i++) {
    16091610      psString query = pxDataGet(tables[i].sqlFilename);
    16101611      if (!query) {
Note: See TracChangeset for help on using the changeset viewer.