Index: /branches/eam_branches/ipp-20130419/ippScripts/scripts/minidvodb_premerge.pl
===================================================================
--- /branches/eam_branches/ipp-20130419/ippScripts/scripts/minidvodb_premerge.pl	(revision 35435)
+++ /branches/eam_branches/ipp-20130419/ippScripts/scripts/minidvodb_premerge.pl	(revision 35436)
@@ -129,7 +129,9 @@
             # relphot only takes lower case gpc1
             my $relphot_camera = lc($camera);
-            my $command  = "$relphot -averages -update";
-            $command .= " -D CAMERA $relphot_camera";
-            $command .= " -D CATDIR $minidvodb";
+            #my $command  = "$relphot -averages -update";
+            #$command .= " -D CAMERA $relphot_camera";
+            #$command .= " -D CATDIR $minidvodb";
+	    #this is a friday hack
+	    my $command = "echo skipping relphot";
 	    print "$command\n";
             my $mjd_relphot_start = DateTime->now->mjd;   # MJD of starting script
Index: /branches/eam_branches/ipp-20130419/psLib/src/math/psMixtureModels.c
===================================================================
--- /branches/eam_branches/ipp-20130419/psLib/src/math/psMixtureModels.c	(revision 35435)
+++ /branches/eam_branches/ipp-20130419/psLib/src/math/psMixtureModels.c	(revision 35436)
@@ -157,5 +157,6 @@
   psImage *oldMeans;
   psVector *counts;
-  double R,diff;
+  double diff;
+  // XXX not used: double R;
 
   // Allocations
@@ -210,5 +211,5 @@
   *iterations = 0;
   do {
-    R = 0.0;
+      // XXX not used : R = 0.0;
 
     // Reset counts for each mode
