IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2004, 12:34:06 PM (22 years ago)
Author:
desonia
Message:

astyle fixed?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psMatrix04.c

    r1073 r1406  
    1313 *  @author  Ross Harman, MHPCC
    1414 *
    15  *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
    16  *  @date  $Date: 2004-06-23 23:00:17 $
     15 *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
     16 *  @date  $Date: 2004-08-06 22:34:06 $
    1717 *
    1818 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6767    if(outImage->type.dimen != PS_DIMEN_IMAGE) {
    6868        printf("Error: Resulting image is not PS_DIMEN_IMAGE\n");
    69     } else if(outImage != tempImage) {
    70         printf("Error: Return pointer not equal to output argument pointer\n");
    71     }
     69    } else
     70        if(outImage != tempImage) {
     71            printf("Error: Return pointer not equal to output argument pointer\n");
     72        }
    7273    printFooter(stdout, "psMatrix", "Invert matrix and calculate determinant", true);
    7374
Note: See TracChangeset for help on using the changeset viewer.