Index: trunk/ppBackground/src/ppBackgroundStackLoop.c
===================================================================
--- trunk/ppBackground/src/ppBackgroundStackLoop.c	(revision 36579)
+++ trunk/ppBackground/src/ppBackgroundStackLoop.c	(revision 36580)
@@ -13,11 +13,11 @@
     )
 {
-    pmConfig *config = data->config;                                        // Configuration data
-
+  //    pmConfig *config = data->config;                                        // Configuration data
+    int i;
     //
     // Solve the data into a consistent model.
     { // This block does the initialization
       // If we didn't load the OTA solution from an external source, we need to build one.
-      if (data->fitOTAs) {
+      if (data->fit_OTAS) {
 	if (!ppBackgroundStackModelFitOTASolution(data)) {
 	  // Currently can't fail.
@@ -67,5 +67,5 @@
       // Calculate model for each pixel of output
       // Close output image
-      
+    }      
 
     return(true);
