Index: trunk/psLib/src/math/psConstants.h
===================================================================
--- trunk/psLib/src/math/psConstants.h	(revision 4991)
+++ trunk/psLib/src/math/psConstants.h	(revision 5155)
@@ -6,6 +6,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.76 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-11 22:18:40 $
+ *  @version $Revision: 1.77 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-27 23:16:59 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -578,4 +578,9 @@
 } \
 
+#define PS_POLY_PRINT_1D(NAME) \
+for (psS32 i = 0 ; i < NAME->COOL_1D_n ; i++) {\
+    printf("%s->coeff[%d] is %f\n", #NAME, i, NAME->coeff[i]); \
+}\
+
 /*****************************************************************************
     PS_IMAGE macros:
