Index: /trunk/psModules/src/imcombine/pmReadoutCombine.c
===================================================================
--- /trunk/psModules/src/imcombine/pmReadoutCombine.c	(revision 6205)
+++ /trunk/psModules/src/imcombine/pmReadoutCombine.c	(revision 6206)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-01-26 21:10:50 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-01-26 21:19:25 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -493,9 +493,4 @@
 Okay, they want to solve for source fluxes and chip gains.
  
- 
- 
- 
- 
- 
  *
  */
@@ -572,12 +567,9 @@
     psVectorRealloc(sourceFlux, numImages);
 
-
-
-
-
-
-    psFree(psVector);
+    //    psFree(psVector);
     if (numImages != chipGains->n) {
         psFree(localChipGains);
     }
+
+    return(true);
 }
Index: /trunk/psModules/src/objects/pmObjects.c
===================================================================
--- /trunk/psModules/src/objects/pmObjects.c	(revision 6205)
+++ /trunk/psModules/src/objects/pmObjects.c	(revision 6206)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-12-24 01:24:32 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-01-26 21:19:25 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1308,5 +1308,5 @@
     PS_ASSERT_PTR_NON_NULL(source->moments, false);
     PS_ASSERT_PTR_NON_NULL(source->peak, false);
-    PS_FLOAT_COMPARE(0.0, radius, false);
+    PS_ASSERT_FLOAT_LARGER_THAN_OR_EQUAL(radius, 0.0, false);
 
     //
