IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 3:15:01 PM (21 years ago)
Author:
drobbin
Message:

changed arguments as requested in apidelta-report-cycle6

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

Legend:

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

    r3127 r4388  
    11<DATE><TIME>|<HOST>|E|psMatrixTranspose (FILE:LINENO)
    2     Invalid operation: Pointer to inImage is same as outImage.
     2    Invalid operation: Pointer to in is same as out.
    33<DATE><TIME>|<HOST>|E|psMatrixTranspose (FILE:LINENO)
    4     Unallowable operation: psImage inImage or its data is NULL.
     4    Unallowable operation: psImage in or its data is NULL.
    55<DATE><TIME>|<HOST>|E|psMatrixTranspose (FILE:LINENO)
    6     Invalid operation. inImage not PS_TYPE_F64.
     6    Invalid operation. in not PS_TYPE_F64.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr

    r3127 r4388  
    11<DATE><TIME>|<HOST>|E|psMatrixLUD (FILE:LINENO)
    2     Unallowable operation: psImage inImage or its data is NULL.
     2    Unallowable operation: psImage in or its data is NULL.
    33<DATE><TIME>|<HOST>|E|psMatrixLUSolve (FILE:LINENO)
    4     Unallowable operation: psVector inVector or its data is NULL.
     4    Unallowable operation: psVector RHS or its data is NULL.
    55<DATE><TIME>|<HOST>|E|psMatrixLUSolve (FILE:LINENO)
    6     Unallowable operation: psImage inImage or its data is NULL.
     6    Unallowable operation: psImage LU or its data is NULL.
Note: See TracChangeset for help on using the changeset viewer.