IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2007, 6:14:33 PM (19 years ago)
Author:
gusciora
Message:

Added tabular file of all psLib functions in Chapter 6 of the SDRS (Data
Manipulation). Most of the test file changes in this check-in are fairly
cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tap_psMatrix03.c

    r10816 r13123  
    1616 *  @author  Ross Harman, MHPCC
    1717 *
    18  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    19  *  @date  $Date: 2006-12-20 20:02:29 $
     18 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     19 *  @date  $Date: 2007-05-02 04:14:33 $
    2020 *
    2121 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    184184
    185185    // Attempt to use null image input argument
    186     // XXX: This test should generate an error or warning, but we don't know how to test that.
     186    // XXX: This test should generate an error or warning
     187    // XXX: This seg-faults
    187188    if (0) {
    188189        psMemId id = psMemGetId();
     
    195196
    196197    // Attempt to use null input vector argument
    197     // XXX: This test should generate an error or warning, but we don't know how to test that.
     198    // XXX: This test should generate an error or warning
     199    // XXX: This seg-faulta
    198200    if (0) {
    199201        psMemId id = psMemGetId();
     
    212214    // Attempt to use null LU image argument
    213215    // XXX: This test should generate an error or warning, but we don't know how to test that.
     216    // XXX: This seg-faulta
    214217    if (0) {
    215218        psMemId id = psMemGetId();
Note: See TracChangeset for help on using the changeset viewer.