IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2006, 4:55:09 PM (20 years ago)
Author:
Paul Price
Message:

Updating following changes to pmConfigRead and pmConfig.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMerge.c

    r7495 r7698  
    2121int main(int argc, char **argv)
    2222{
    23     psMemThreadSafety(false);           // Turn off thread safety, for more
     23    psMemSetThreadSafety(false);           // Turn off thread safety, for more
    2424    psTimerStart(TIMERNAME);
    2525
     
    2828    // Determine camera, format from header if not already defined
    2929    // Construct camera in preparation for reading
    30     pmConfig *config = ppMergeConfig(&argc, argv);
     30    pmConfig *config = ppMergeConfig(argc, argv);
    3131
    3232    // Set various tasks (define optional operations)
Note: See TracChangeset for help on using the changeset viewer.