IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2004, 1:52:09 PM (22 years ago)
Author:
desonia
Message:

general, pre-release cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/tst_pmNonLinear.c

    r2128 r2138  
    1313 *  @author GLG, MHPCC
    1414 *
    15  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2004-10-14 20:49:53 $
     15 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2004-10-14 23:52:09 $
    1717 *
    1818 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5656    }
    5757
    58     printPositiveTestHeader(stdout, "pmNonLinear", "Simple polynomial");
    5958    myReadout = pmNonLinearityPolynomial(myReadout, myPoly);
    6059    for (i=0;i<numRows;i++) {
     
    7271    psFree(myReadout);
    7372    psFree(myPoly);
    74     printFooter(stdout, "pmNonLinear", "Simple polynomial", true);
    7573    return(testStatus);
    7674}
     
    112110    }
    113111
    114     printPositiveTestHeader(stdout, "pmNonLinear", "Simple polynomial");
    115112    myReadout = pmNonLinearityLookup(myReadout, in, out);
    116113    for (i=0;i<numRows;i++) {
     
    129126    psFree(in);
    130127    psFree(out);
    131     printFooter(stdout, "pmNonLinear", "Simple polynomial", true);
    132128    return(testStatus);
    133129}
Note: See TracChangeset for help on using the changeset viewer.