Index: /trunk/Ohana/src/opihi/dvo/fitcolors.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/fitcolors.c	(revision 11119)
+++ /trunk/Ohana/src/opihi/dvo/fitcolors.c	(revision 11120)
@@ -256,11 +256,11 @@
       if (outcmd != NULL) free (outcmd);
       
-      C0 = get_double_variable ("C0");
-      C1 = get_double_variable ("C1");
+      C0 = get_double_variable ("C0", &status);
+      C1 = get_double_variable ("C1", &status);
       
       /* do something useful with the results (stored in Cn, C0, C1, etc) */
       gprint (GP_LOG, "%s - %s : ", code[0][0].name, code[1][0].name);
       gprint (GP_LOG, "%7.4f %7.4f   %7.4f   ", 
-	       C0, C1, get_double_variable ("dC"));
+	       C0, C1, get_double_variable ("dC", &status));
       gprint (GP_LOG, "%5s of %5d\n", get_variable ("Cnv"), Npts);
       out[NP1 + NP2*NP] = C1;
