IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26480


Ignore:
Timestamp:
Dec 23, 2009, 8:08:40 AM (16 years ago)
Author:
eugene
Message:

adding a test

File:
1 edited

Legend:

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

    r25847 r26480  
    2424int main(int argc, char *argv[])
    2525{
     26
     27    psLibInit(NULL);
     28    pmSubtractionDeconvolutionTest ();
     29    psLibFinalize();
     30    exit (1);
     31
    2632    psExit exitValue = PS_EXIT_SUCCESS; // Exit value
    2733    psTimerStart("ppSub");
Note: See TracChangeset for help on using the changeset viewer.