IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2007, 3:59:20 PM (19 years ago)
Author:
jhoblitt
Message:

s/Scfile/Skyfile/g
s/scfile/skyfile/g
s/SCFILE/SKYFILE/g

File:
1 edited

Legend:

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

    r11866 r11985  
    8282    CREATE_TABLE(p4InputExpCreateTable);
    8383    CREATE_TABLE(p4SkyCellMapCreateTable);
    84     CREATE_TABLE(p4ScfileCreateTable);
     84    CREATE_TABLE(p4SkyfileCreateTable);
    8585    CREATE_TABLE(p5RunCreateTable);
    86     CREATE_TABLE(p5InputScfileCreateTable);
    87     CREATE_TABLE(p5DiffScfileCreateTable);
     86    CREATE_TABLE(p5InputSkyfileCreateTable);
     87    CREATE_TABLE(p5DiffSkyfileCreateTable);
    8888    CREATE_TABLE(p6RunCreateTable);
    89     CREATE_TABLE(p6InputScfileCreateTable);
    90     CREATE_TABLE(p6SumScfileCreateTable);
     89    CREATE_TABLE(p6InputSkyfileCreateTable);
     90    CREATE_TABLE(p6SumSkyfileCreateTable);
    9191
    9292    return true;
     
    158158    DROP_TABLE(p4InputExpDropTable);
    159159    DROP_TABLE(p4SkyCellMapDropTable);
    160     DROP_TABLE(p4ScfileDropTable);
     160    DROP_TABLE(p4SkyfileDropTable);
    161161    DROP_TABLE(p5RunDropTable);
    162     DROP_TABLE(p5InputScfileDropTable);
    163     DROP_TABLE(p5DiffScfileDropTable);
     162    DROP_TABLE(p5InputSkyfileDropTable);
     163    DROP_TABLE(p5DiffSkyfileDropTable);
    164164    DROP_TABLE(p6RunDropTable);
    165     DROP_TABLE(p6InputScfileDropTable);
    166     DROP_TABLE(p6SumScfileDropTable);
     165    DROP_TABLE(p6InputSkyfileDropTable);
     166    DROP_TABLE(p6SumSkyfileDropTable);
    167167
    168168    return status;
Note: See TracChangeset for help on using the changeset viewer.