Index: trunk/psLib/src/astro/psCoord.c
===================================================================
--- trunk/psLib/src/astro/psCoord.c	(revision 9538)
+++ trunk/psLib/src/astro/psCoord.c	(revision 9540)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.124 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-10-13 21:13:47 $
+*  @version $Revision: 1.125 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-10-13 22:04:58 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -612,5 +612,5 @@
 {
     psTrace("psLib.astro", 3, "---- %s() begin ----\n", __func__);
-    psTrace("psLib.astro", 3, "tracelevel(%s) is %d\n", __func__, psTraceGetLevel(__func__));
+    psTrace("psLib.astro", 3, "tracelevel(%s) is %d\n", __func__, psTraceGetLevel("psLib.astro"));
 
     PS_ASSERT_PTR_NON_NULL(trans1, NULL);
@@ -620,5 +620,5 @@
     psTrace("psLib.astro", 5, "trans2->x is (%d, %d) order.\n", trans2->x->nX, trans2->x->nY);
     psTrace("psLib.astro", 5, "trans2->y is (%d, %d) order.\n", trans2->y->nX, trans2->y->nY);
-    if (psTraceGetLevel(__func__) >= 6) {
+    if (psTraceGetLevel("psLib.astro") >= 6) {
         PS_POLY_PRINT_2D(trans1->x);
         PS_POLY_PRINT_2D(trans1->y);
@@ -703,5 +703,5 @@
                 psPolynomial2D *newPoly = multiplyDPoly2D(trans1XPolys[t2x], trans1YPolys[t2y]);
 
-                if (psTraceGetLevel(__func__) >= 6) {
+                if (psTraceGetLevel("psLib.astro") >= 6) {
                     PS_POLY_PRINT_2D(newPoly);
                 }
@@ -714,5 +714,5 @@
                 }
 
-                if (psTraceGetLevel(__func__) >= 6) {
+                if (psTraceGetLevel("psLib.astro") >= 6) {
                     PS_POLY_PRINT_2D(myPT->x);
                 }
@@ -721,5 +721,5 @@
         }
     }
-    if (psTraceGetLevel(__func__) >= 6) {
+    if (psTraceGetLevel("psLib.astro") >= 6) {
         psTrace("psLib.astro", 6, "The final x-polynomial\n");
         PS_POLY_PRINT_2D(myPT->x);
@@ -737,5 +737,5 @@
                 psPolynomial2D *newPoly = multiplyDPoly2D(trans1XPolys[t2x], trans1YPolys[t2y]);
 
-                if (psTraceGetLevel(__func__) >= 6) {
+                if (psTraceGetLevel("psLib.astro") >= 6) {
                     PS_POLY_PRINT_2D(newPoly);
                 }
@@ -747,5 +747,5 @@
                     }
                 }
-                if (psTraceGetLevel(__func__) >= 6) {
+                if (psTraceGetLevel("psLib.astro") >= 6) {
                     PS_POLY_PRINT_2D(myPT->x);
                 }
@@ -754,5 +754,5 @@
         }
     }
-    if (psTraceGetLevel(__func__) >= 6) {
+    if (psTraceGetLevel("psLib.astro") >= 6) {
         psTrace("psLib.astro", 6, "The final y-polynomial\n");
         PS_POLY_PRINT_2D(myPT->y);
