Index: trunk/psLib/src/math/psMinimizeLMM.c
===================================================================
--- trunk/psLib/src/math/psMinimizeLMM.c	(revision 9538)
+++ trunk/psLib/src/math/psMinimizeLMM.c	(revision 9540)
@@ -10,6 +10,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-13 21:13:48 $
+ *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-13 22:04:58 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -409,5 +409,5 @@
     }
     // dump some useful info if trace is defined
-    if (psTraceGetLevel(__func__) >= 6) {
+    if (psTraceGetLevel("psLib.math") >= 6) {
         p_psImagePrint(psTraceGetDestination(), alpha, "alpha guess (0)");
         p_psVectorPrint(psTraceGetDestination(), beta, "beta guess (0)");
@@ -438,10 +438,10 @@
 
         // dump some useful info if trace is defined
-        if (psTraceGetLevel(__func__) >= 6) {
+        if (psTraceGetLevel("psLib.math") >= 6) {
             p_psImagePrint(psTraceGetDestination(), Alpha, "alpha guess (1)");
             p_psVectorPrint(psTraceGetDestination(), Beta, "beta guess (1)");
             p_psVectorPrint(psTraceGetDestination(), Params, "params guess (1)");
         }
-        if (psTraceGetLevel(__func__) >= 6) {
+        if (psTraceGetLevel("psLib.math") >= 6) {
             if (psTraceGetLevel (__func__) >= 6) {
                 psTrace("psLib.math", 6, "The current Param vector: \n");
@@ -470,5 +470,5 @@
 
         // dump some useful info if trace is defined
-        if (psTraceGetLevel(__func__) >= 6) {
+        if (psTraceGetLevel("psLib.math") >= 6) {
             p_psImagePrint(psTraceGetDestination(), Alpha, "alpha guess (2)");
             p_psVectorPrint(psTraceGetDestination(), Beta, "beta guess (2)");
