IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2007, 5:21:18 PM (19 years ago)
Author:
jhoblitt
Message:

stub out the new & improved p4tool with functionality broken out into p4/p5/p6

File:
1 edited

Legend:

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

    r11723 r11763  
    7979    CREATE_TABLE(detResidExpCreateTable);
    8080    CREATE_TABLE(detRunSummaryCreateTable);
    81     CREATE_TABLE(skyCellCreateTable);
    82     CREATE_TABLE(skyCellMapCreateTable);
    8381    CREATE_TABLE(p4RunCreateTable);
    8482    CREATE_TABLE(p4InputExpCreateTable);
     83    CREATE_TABLE(p4SkyCellMapCreateTable);
    8584    CREATE_TABLE(p4ScfileCreateTable);
    8685    CREATE_TABLE(p4InputScfileCreateTable);
     
    154153    DROP_TABLE(p4RunDropTable);
    155154    DROP_TABLE(p4InputExpDropTable);
     155    DROP_TABLE(p4SkyCellMapDropTable);
    156156    DROP_TABLE(p4ScfileDropTable);
    157157    DROP_TABLE(p4InputScfileDropTable);
Note: See TracChangeset for help on using the changeset viewer.