chiark / gitweb /
rm debugging printf
authorstevenj <stevenj@alum.mit.edu>
Mon, 5 Apr 2010 07:19:53 +0000 (03:19 -0400)
committerstevenj <stevenj@alum.mit.edu>
Mon, 5 Apr 2010 07:19:53 +0000 (03:19 -0400)
darcs-hash:20100405071953-c8de0-807cc38ca631b331de47a1b10fc839a5ad273889.gz

cobyla/cobyla.c

index 2d6bc843bd552ff395f0087ce6613386cda4e1f6..32a6520eddef36ed0dbd49730ee3f235cb70b858 100644 (file)
@@ -520,8 +520,6 @@ L40:
     for (k = 1; k <= i__1; ++k) {
       d__1 = resmax, d__2 = -con[k];
       resmax = max(d__1,d__2);
-      printf("cobyla tol[%d] = %g, con = %g\n",
-            k, k <= state->m_orig ? state->fc[k-1].tol : 0, d__2);
       if (d__2 > (k <= state->m_orig ? state->fc[k-1].tol : 0))
           feasible = 0; /* SGJ, 2010 */
     }