Changeset 9541 for trunk/psModules/src/detrend/pmSubtractSky.c
- Timestamp:
- Oct 13, 2006, 12:14:07 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmSubtractSky.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmSubtractSky.c
r8815 r9541 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $9 * @date $Date: 2006- 09-15 09:49:01$8 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-10-13 22:11:02 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 231 231 } 232 232 233 if (psTraceGetLevel(" .psModule.pmSubtractSky.buildPolyTerms") >= 10) {233 if (psTraceGetLevel("psModules.detrend") >= 10) { 234 234 for (i=0; i < localPolyTerms ; i++) { 235 235 printf("x^%d * y^%d\n", polyTerms[i][0], polyTerms[i][1]);
Note:
See TracChangeset
for help on using the changeset viewer.
