Changeset 5006
- Timestamp:
- Sep 12, 2005, 12:33:17 PM (21 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 2 edited
-
pmImageSubtract.c (modified) (2 diffs)
-
pmObjects.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmImageSubtract.c
r4992 r5006 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-09-1 1 22:25:39$9 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-09-12 22:33:17 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 949 949 if (stamp->status == PM_STAMP_RECALC) { 950 950 psVector *stampVector = stamp->vector; 951 printf(" COOL: stamp %d vector:\n", s);951 printf("STAMP: stamp %d vector:\n", s); 952 952 PS_VECTOR_PRINT_F64(stampVector); 953 953 } -
trunk/psModules/src/pmObjects.c
r4992 r5006 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-09-1 1 22:25:39$8 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-09-12 22:33:17 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1625 1625 //psLogMsg(__func__, PS_LOG_WARN, "WARNING: Could not find contour edge (NAN)\n"); 1626 1626 } 1627 //printf(" HERE the intercepts are (%.2f, %.2f)\n", leftIntercept, rightIntercept);1627 //printf("The intercepts are (%.2f, %.2f)\n", leftIntercept, rightIntercept); 1628 1628 xVec->data.F32[row+xVec->n] = ((psF32) source->pixels->col0) + rightIntercept; 1629 1629
Note:
See TracChangeset
for help on using the changeset viewer.
