Index: /trunk/psModules/test/Makefile_NonLinear
===================================================================
--- /trunk/psModules/test/Makefile_NonLinear	(revision 2120)
+++ /trunk/psModules/test/Makefile_NonLinear	(revision 2120)
@@ -0,0 +1,16 @@
+#
+#	This makefile was created specifically for compiling the
+#	tst_pmNonLinear.c test program.  Usage
+#		make -f Makefile_NonLinear
+#
+
+CFLAGS = -g -O2 -g2 -Wall -std=c99 -D_GNU_SOURCE
+INCLUDE = -I/home/gusciora/dragon/PAN/CVS/psLib/include -I/home/gusciora/dragon/PAN/CVS/psLib/test -I/usr/local/include -I../src
+LIBDIR = -L/home/gusciora/dragon/PAN/CVS/psLib/lib -L/usr/local/lib -L/usr/local/lib -L../src
+LIBS = -lgsl -lgslcblas -lpsmodule -lpslib -lpstest -lfftw3f -lcfitsio -lsla -lm
+
+tst_pmNonLinear:	tst_pmNonLinear.c
+	gcc $(CFLAGS) $(INCLUDE) $(LIBDIR) $(LIBS) tst_pmNonLinear.c -o tst_pmNonLinear
+
+distclean:
+	rm tst_pmNonLinear
Index: /trunk/psModules/test/tst_pmNonLinear.c
===================================================================
--- /trunk/psModules/test/tst_pmNonLinear.c	(revision 2119)
+++ /trunk/psModules/test/tst_pmNonLinear.c	(revision 2120)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-14 18:00:04 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-14 18:21:23 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -13,5 +13,5 @@
 #include "psTest.h"
 #include "pslib.h"
-#include "../src/pmNonLinear.h"
+#include "pmNonLinear.h"
 static int test00(void);
 testDescription tests[] = {
@@ -41,4 +41,5 @@
     printPositiveTestHeader(stdout, "pmFlatField", "Test A - Divide input image by flat image");
     printFooter(stdout, "pmFlatField", "Test A - Divide input image by flat image", true);
+    psFree(myReadout);
     return 0;
 }
