IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2004, 8:30:10 AM (22 years ago)
Author:
desonia
Message:

fixed a logical problem in main() return value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageExtraction.c

    r1358 r1364  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2004-07-31 02:27:16 $
     8*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2004-08-02 18:30:10 $
    1010*
    1111*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3030int main( int argc, char* argv[] )
    3131{
    32     return runTestSuite( stderr, "psImage", tests, argc, argv );
     32    return ! runTestSuite( stderr, "psImage", tests, argc, argv );
    3333}
    3434
Note: See TracChangeset for help on using the changeset viewer.