Index: trunk/psModules/src/objects/models/pmModel_TRAIL.c
===================================================================
--- trunk/psModules/src/objects/models/pmModel_TRAIL.c	(revision 35560)
+++ trunk/psModules/src/objects/models/pmModel_TRAIL.c	(revision 35577)
@@ -169,13 +169,13 @@
         dPAR[PM_PAR_SIGMA]  = 0;	// we don't actually allow this to vary, so we do not need to calculate it
 
-	for (int i = 0; i < 7; i++) {
-	  if (isnan(dPAR[i])) {
-	    fprintf (stderr, "*");
-	  }
-	}
-    }
-    if (isnan(f)) {
-      fprintf (stderr, "!");
-    }
+	//	for (int i = 0; i < 7; i++) {
+	//	  if (isnan(dPAR[i])) {
+	//	    fprintf (stderr, "*");
+	//	  }
+	//	}
+    }
+    //    if (isnan(f)) {
+    //      fprintf (stderr, "!");
+    //    }
     return(f);
 }
