IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2004, 12:30:19 PM (22 years ago)
Author:
desonia
Message:

Changed the image code to the new psErrorMsg error handling specification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/verified/tst_psImageFFT.stderr

    r1761 r1840  
    2525<DATE><TIME>|<HOST>|I|testImageComplex
    2626    Following should be an error (type mismatch).
    27 <DATE><TIME>|<HOST>|E|psImageComplex
    28     The inputs to psImageComplex must be the same type.
     27<DATE><TIME>|<HOST>|E|psLib.image.psImageComplex
     28    Real psImage type (psF32) and imaginary psImage type (psF64) must be the same.
    2929<DATE><TIME>|<HOST>|I|testImageComplex
    3030    Following should be an error (size mismatch).
    31 <DATE><TIME>|<HOST>|E|psImageComplex
    32     The inputs to psImageComplex must be the same dimensions.
     31<DATE><TIME>|<HOST>|E|psLib.image.psImageComplex
     32    Real psImage size (128x64) and imaginary psImage size (64x64) must be the same.
    3333
    3434---> TESTPOINT PASSED (psFFT{psImageComplex} | tst_psImageFFT.c)
Note: See TracChangeset for help on using the changeset viewer.