Index: trunk/psModules/src/pmNonLinear.c
===================================================================
--- trunk/psModules/src/pmNonLinear.c	(revision 4030)
+++ trunk/psModules/src/pmNonLinear.c	(revision 4770)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-05-25 20:28:32 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-08-16 01:10:34 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -24,5 +24,5 @@
 
 /******************************************************************************
-pmNonLinearityLookup(): This routine will take an psReadout image as input
+pmNonLinearityLookup(): This routine will take an pmReadout image as input
 and a 1-D polynomial.  For each pixel in the input image, the polynomial will
 be evaluated at that pixels value, and the image pixel will then be set to
@@ -30,5 +30,5 @@
  *****************************************************************************/
 
-psReadout *pmNonLinearityPolynomial(psReadout *inputReadout,
+pmReadout *pmNonLinearityPolynomial(pmReadout *inputReadout,
                                     const psPolynomial1D *input1DPoly)
 {
@@ -51,5 +51,5 @@
 
 /******************************************************************************
-pmNonLinearityLookup(): This routine will take an psReadout image as input
+pmNonLinearityLookup(): This routine will take an pmReadout image as input
 and two input vectors, which constitute a lookup table.  For each pixel in
 the input image, that pixels value will be determined in the input vector
@@ -57,5 +57,5 @@
 be set to the value from outFlux.
  *****************************************************************************/
-psReadout *pmNonLinearityLookup(psReadout *inputReadout,
+pmReadout *pmNonLinearityLookup(pmReadout *inputReadout,
                                 const psVector *inFlux,
                                 const psVector *outFlux)
