Index: trunk/psModules/src/imcombine/pmSubtractionKernels.c
===================================================================
--- trunk/psModules/src/imcombine/pmSubtractionKernels.c	(revision 14701)
+++ trunk/psModules/src/imcombine/pmSubtractionKernels.c	(revision 14709)
@@ -216,5 +216,5 @@
 
     // Subtract a reference kernel from all the others to maintain flux scaling
-//    if (spatialOrder > 0) {
+    if (spatialOrder > 0) {
         int subIndex = 0;                   // Index of kernel to subtract from others
         psKernel *subtract = kernels->preCalc->data[subIndex]; // Kernel to subtract from others
@@ -230,5 +230,5 @@
             }
         }
-//    }
+    }
 
     if (psTraceGetLevel("psModules.imcombine.kernel") >= 10) {
@@ -454,5 +454,5 @@
     // Subtract unity from the kernels to maintain photometric flux scaling
     int numGaussians = fwhms->n;       // Number of Gaussians
-//    if (spatialOrder > 0) {
+    if (spatialOrder > 0) {
         for (int i = 0, index = 0; i < numGaussians; i++) {
             for (int uOrder = 0; uOrder <= orders->data.S32[i]; uOrder++) {
@@ -465,5 +465,5 @@
             }
         }
-//    }
+    }
 
     int numISIS = kernels->num;         // Number of ISIS kernels
