IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:42:02 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201

File:
1 edited

Legend:

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

    r25847 r26899  
    2424int main(int argc, char *argv[])
    2525{
     26
     27# if 0
     28    psLibInit(NULL);
     29    pmVisualSetVisual(true);
     30    for (int order = 2; order < 11; order ++) {
     31        pmSubtractionDeconvolutionTest (order);
     32    }
     33    psLibFinalize();
     34    exit (1);
     35# endif
     36
    2637    psExit exitValue = PS_EXIT_SUCCESS; // Exit value
    2738    psTimerStart("ppSub");
Note: See TracChangeset for help on using the changeset viewer.