Changeset 9540 for trunk/psLib/src/math/psMinimizeLMM.c
- Timestamp:
- Oct 13, 2006, 12:04:58 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizeLMM.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizeLMM.c
r9538 r9540 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-10-13 2 1:13:48 $12 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-10-13 22:04:58 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 409 409 } 410 410 // dump some useful info if trace is defined 411 if (psTraceGetLevel( __func__) >= 6) {411 if (psTraceGetLevel("psLib.math") >= 6) { 412 412 p_psImagePrint(psTraceGetDestination(), alpha, "alpha guess (0)"); 413 413 p_psVectorPrint(psTraceGetDestination(), beta, "beta guess (0)"); … … 438 438 439 439 // dump some useful info if trace is defined 440 if (psTraceGetLevel( __func__) >= 6) {440 if (psTraceGetLevel("psLib.math") >= 6) { 441 441 p_psImagePrint(psTraceGetDestination(), Alpha, "alpha guess (1)"); 442 442 p_psVectorPrint(psTraceGetDestination(), Beta, "beta guess (1)"); 443 443 p_psVectorPrint(psTraceGetDestination(), Params, "params guess (1)"); 444 444 } 445 if (psTraceGetLevel( __func__) >= 6) {445 if (psTraceGetLevel("psLib.math") >= 6) { 446 446 if (psTraceGetLevel (__func__) >= 6) { 447 447 psTrace("psLib.math", 6, "The current Param vector: \n"); … … 470 470 471 471 // dump some useful info if trace is defined 472 if (psTraceGetLevel( __func__) >= 6) {472 if (psTraceGetLevel("psLib.math") >= 6) { 473 473 p_psImagePrint(psTraceGetDestination(), Alpha, "alpha guess (2)"); 474 474 p_psVectorPrint(psTraceGetDestination(), Beta, "beta guess (2)");
Note:
See TracChangeset
for help on using the changeset viewer.
