IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2682


Ignore:
Timestamp:
Dec 10, 2004, 9:09:25 AM (22 years ago)
Author:
harman
Message:

Updated truth

Location:
trunk/psLib/test/dataManip/verified
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr

    r1761 r2682  
    1 <DATE><TIME>|<HOST>|E|psMatrixLUD
    2     Invalid operation: inImage or its data is NULL.
    3 <DATE><TIME>|<HOST>|E|psMatrixLUSolve
    4     Invalid operation: inVector or its data is NULL.
    5 <DATE><TIME>|<HOST>|E|psMatrixLUSolve
    6     Invalid operation: inImage or its data is NULL.
     1<DATE><TIME>|<HOST>|E|psMatrixLUD (psMatrix.c:<LINENO>)
     2    Unallowable operation: psImage inImage or its data is NULL.
     3<DATE><TIME>|<HOST>|E|psMatrixLUSolve (psMatrix.c:<LINENO>)
     4    Unallowable operation: psVector inVector or its data is NULL.
     5<DATE><TIME>|<HOST>|E|psMatrixLUSolve (psMatrix.c:<LINENO>)
     6    Unallowable operation: psImage inImage or its data is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix03.stdout

    r1182 r2682  
    55\**********************************************************************************/
    66
    7 3.000000 1.000000 -2.000000
    8 4.000000 5.000000 6.000000
    9 2.000000 4.000000 6.000000
    10 
    11 18.000000
    12 24.000000
    13 4.000000
    147
    158---> TESTPOINT PASSED (psMatrix{Create input and output images and vectors} | tst_psMatrix03.c)
     
    2114\**********************************************************************************/
    2215
    23 0.500000 -0.545455 -0.545455
    24 0.750000 -2.750000 -6.500000
    25 4.000000 5.000000 6.000000
    2616
    2717---> TESTPOINT PASSED (psMatrix{Calculate LU matrix} | tst_psMatrix03.c)
     
    3323\**********************************************************************************/
    3424
    35 4.000000
    36 -2.000000
    37 3.000000
    3825
    3926---> TESTPOINT PASSED (psMatrix{Determine solution to matrix equation} | tst_psMatrix03.c)
Note: See TracChangeset for help on using the changeset viewer.