IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1181


Ignore:
Timestamp:
Jul 1, 2004, 1:29:34 PM (22 years ago)
Author:
harman
Message:

Corrected testpoint logic for TP C

File:
1 edited

Legend:

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

    r1073 r1181  
    66 *     A)  Create input and output images and vectors
    77 *     B)  Calculate LU matrix
    8  *     C)  Determine solution to matrix equation 
     8 *     C)  Determine solution to matrix equation
    99 *     D)  Free input and output images and vectors
    1010 *     E)  Attempt to use null image input argument
    1111 *     F)  Attempt to use null input vector argument
    1212 *     G)  ttempt to use null LU image argument
    13  * 
     13 *
    1414 *  @author  Ross Harman, MHPCC
    1515 *
    16  *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
    17  *  @date  $Date: 2004-06-23 23:00:17 $
     16 *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
     17 *  @date  $Date: 2004-07-01 23:29:34 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9494    outVector = psMatrixLUSolve(outVector, luImage, inVector, perm);
    9595    PRINT_VECTOR(outVector);
    96     if(outVector->type.type != PS_DIMEN_VECTOR) {
     96    if(outVector->type.dimen != PS_DIMEN_VECTOR) {
    9797        printf("Error: Resulting image is not PS_DIMEN_VECTOR\n");
    9898    } else if(outVector != tempVector) {
Note: See TracChangeset for help on using the changeset viewer.