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_psMatrixVectorArithmetic03.c

    r12431 r13123  
    1515 *  @author  Ross Harman, MHPCC
    1616 *
    17  *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
    18  *  @date  $Date: 2007-03-14 00:39:51 $
     17 *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
     18 *  @date  $Date: 2007-05-02 04:14:33 $
    1919 *
    2020 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6868    // Check for NULL input argument #1
    6969
    70     if (0) {
     70    if (1) {
    7171        psMemId id = psMemGetId();
    7272        psImage* image6 = (psImage*)psBinaryOp(image6, NULL, "+", image2);
     
    249249    psFree(image3);
    250250    psFree(image4);
    251     psFree(image5);
    252251    psFree(vector1);
    253252    psFree(vector2);
Note: See TracChangeset for help on using the changeset viewer.