Changeset 2138 for trunk/psModules/test/tst_pmNonLinear.c
- Timestamp:
- Oct 14, 2004, 1:52:09 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/tst_pmNonLinear.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/tst_pmNonLinear.c
r2128 r2138 13 13 * @author GLG, MHPCC 14 14 * 15 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-10-14 2 0:49:53$15 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-10-14 23:52:09 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 56 56 } 57 57 58 printPositiveTestHeader(stdout, "pmNonLinear", "Simple polynomial");59 58 myReadout = pmNonLinearityPolynomial(myReadout, myPoly); 60 59 for (i=0;i<numRows;i++) { … … 72 71 psFree(myReadout); 73 72 psFree(myPoly); 74 printFooter(stdout, "pmNonLinear", "Simple polynomial", true);75 73 return(testStatus); 76 74 } … … 112 110 } 113 111 114 printPositiveTestHeader(stdout, "pmNonLinear", "Simple polynomial");115 112 myReadout = pmNonLinearityLookup(myReadout, in, out); 116 113 for (i=0;i<numRows;i++) { … … 129 126 psFree(in); 130 127 psFree(out); 131 printFooter(stdout, "pmNonLinear", "Simple polynomial", true);132 128 return(testStatus); 133 129 }
Note:
See TracChangeset
for help on using the changeset viewer.
