IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26490


Ignore:
Timestamp:
Dec 29, 2009, 8:02:48 AM (16 years ago)
Author:
eugene
Message:

disable test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppSub/src/ppSub.c

    r26488 r26490  
    2525{
    2626
     27# if 0
    2728    psLibInit(NULL);
    2829    pmVisualSetVisual(true);
    29     pmSubtractionDeconvolutionTest ();
     30    for (int order = 2; order < 11; order ++) {
     31        pmSubtractionDeconvolutionTest (order);
     32    }
    3033    psLibFinalize();
    3134    exit (1);
     35# endif
    3236
    3337    psExit exitValue = PS_EXIT_SUCCESS; // Exit value
Note: See TracChangeset for help on using the changeset viewer.