Index: trunk/psModules/src/tst_pmFlatField.c
===================================================================
--- trunk/psModules/src/tst_pmFlatField.c	(revision 1849)
+++ trunk/psModules/src/tst_pmFlatField.c	(revision 1870)
@@ -3,13 +3,25 @@
  *  @brief Contains the tests for pmFlatField.c:
  *
+ *    Test A - Divide input image by flat image
+ *    Test B - Mask flat image data
+ *    Test C - Mask flat image data starting with non-null mask
+ *    Test E - Attempt to use null input image
+ *    Test F - Attempt tp use null flat image
+ *    Test G - Attempt to use input image bigger than flat image
+ *    Test H - Attempt to use input image mask bigger than flat image
+ *    Test I - Attempt to use offset greater than input image
+ *    Test J - Attempt to use complex input image
+ *    Test K - Attempt to use complex flat image
+ *    Test L - Attempt to use non-equal input and flat image types
+ *    Test M - Attempt to use non-mask type mask image
+ *
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-22 19:58:57 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-23 23:33:54 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
 
-#include<stdlib.h>
 
 #include "psTest.h"
@@ -64,5 +76,4 @@
     // Test A - Divide input image by flat image
     printPositiveTestHeader(stdout, "pmFlatField", "Test A - Divide input image by flat image");
-    printf("Divide input image by flat image\n\n");
     CREATE_AND_SET_IMAGE(inImage,F64,6.0,3,3)
     psReadout *inReadout  = psReadoutAlloc(0, 0, inImage);
@@ -90,5 +101,4 @@
 
     // Test C - Mask flat image data starting with non-null mask
-    printf("Mask flat image data starting with non-null mask\n\n");
     printPositiveTestHeader(stdout, "pmFlatField", "Test C - Mask flat image data starting with non-null mask");
     PRINT_MATRIX(inImage, F64, "Input image:");
