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_psMatrix03.c

    r1181 r1406  
    1414 *  @author  Ross Harman, MHPCC
    1515 *
    16  *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
    17  *  @date  $Date: 2004-07-01 23:29:34 $
     16 *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
     17 *  @date  $Date: 2004-08-06 22:34:06 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8383    if(luImage->type.dimen != PS_DIMEN_IMAGE) {
    8484        printf("Error: Resulting image is not PS_DIMEN_IMAGE\n");
    85     } else if(luImage != tempImage) {
    86         printf("Error: Return pointer not equal to output argument pointer\n");
    87     }
     85    } else
     86        if(luImage != tempImage) {
     87            printf("Error: Return pointer not equal to output argument pointer\n");
     88        }
    8889    printFooter(stdout, "psMatrix", "Calculate LU matrix", true);
    8990
     
    9697    if(outVector->type.dimen != PS_DIMEN_VECTOR) {
    9798        printf("Error: Resulting image is not PS_DIMEN_VECTOR\n");
    98     } else if(outVector != tempVector) {
    99         printf("Error: Return pointer not equal to output argument pointer\n");
    100     }
     99    } else
     100        if(outVector != tempVector) {
     101            printf("Error: Return pointer not equal to output argument pointer\n");
     102        }
    101103    printFooter(stdout, "psMatrix", "Determine solution to matrix equation", true);
    102104
Note: See TracChangeset for help on using the changeset viewer.