IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2007, 3:16:08 PM (19 years ago)
Author:
jhoblitt
Message:

rename exp_id -> exp_name
rename exp_tag -> exp_id
add add rawExp.exp_tag for use as an external name only

File:
1 edited

Legend:

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

    r14018 r14023  
    4343
    4444    bool            status = true;
     45#if 0
    4546    CREATE_TABLE(expTagCounterCreateTable);
    4647    // the counter must be initialized to 0
     
    4950        status = false;
    5051    }
     52#endif
    5153    CREATE_TABLE(summitExpCreateTable);
    5254    CREATE_TABLE(summitImfileCreateTable);
     
    129131    }
    130132
    131     DROP_TABLE(expTagCounterDropTable);
     133//    DROP_TABLE(expTagCounterDropTable);
    132134    DROP_TABLE(summitExpDropTable);
    133135    DROP_TABLE(summitImfileDropTable);
Note: See TracChangeset for help on using the changeset viewer.