IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 2, 2009, 6:07:02 PM (17 years ago)
Author:
watersc1
Message:

Inserted the dumpconfig code that was commented out.

Made edit so that -sigma command line argument is respected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSmooth/src/ppSmoothLoop.c

    r25976 r26008  
    8888    psFree(view);
    8989
     90    psString dump_file = psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG");
     91    if (dump_file) {
     92      if (!pmConfigDump(config, dump_file)) {
     93        ESCAPE("Unable to dump configuration.");
     94      }
     95    }
     96
     97
    9098    return true;
    9199}
Note: See TracChangeset for help on using the changeset viewer.