IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2005, 10:25:54 AM (21 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psMinimize06.c

    r5182 r5183  
    33 
    44    XXX: This code needs a lot of additional test case work.
     5    XXX: Use the tst_template.
    56 *****************************************************************************/
    67#include <stdio.h>
     
    123124    psTraceSetDestination(1);
    124125    psTraceSetLevel(".", 0);
    125     psTraceSetLevel(__func__, 10);
    126     psTraceSetLevel("t01", 10);
    127     psTraceSetLevel("psMinimizeLMChi2_OLD", 10);
    128     psTraceSetLevel("psMinimizeLMChi2", 10);
     126    psTraceSetLevel(__func__, 0);
     127    psTraceSetLevel("t01", 0);
     128    psTraceSetLevel("psMinimizeLMChi2_OLD", 0);
     129    psTraceSetLevel("psMinimizeLMChi2", 0);
    129130    psTraceSetLevel("psMinimizeGaussNewtonDelta", 0);
    130131    psTraceSetLevel("psMinimizeGaussNewtonDelta_EAM", 0);
Note: See TracChangeset for help on using the changeset viewer.