Changeset 6206
- Timestamp:
- Jan 26, 2006, 11:19:25 AM (20 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 2 edited
-
imcombine/pmReadoutCombine.c (modified) (3 diffs)
-
objects/pmObjects.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.c
r6205 r6206 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-01-26 21:1 0:50$7 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-01-26 21:19:25 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 493 493 Okay, they want to solve for source fluxes and chip gains. 494 494 495 496 497 498 499 500 495 * 501 496 */ … … 572 567 psVectorRealloc(sourceFlux, numImages); 573 568 574 575 576 577 578 579 psFree(psVector); 569 // psFree(psVector); 580 570 if (numImages != chipGains->n) { 581 571 psFree(localChipGains); 582 572 } 573 574 return(true); 583 575 } -
trunk/psModules/src/objects/pmObjects.c
r5844 r6206 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $9 * @date $Date: 200 5-12-24 01:24:32$8 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-01-26 21:19:25 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1308 1308 PS_ASSERT_PTR_NON_NULL(source->moments, false); 1309 1309 PS_ASSERT_PTR_NON_NULL(source->peak, false); 1310 PS_ FLOAT_COMPARE(0.0, radius, false);1310 PS_ASSERT_FLOAT_LARGER_THAN_OR_EQUAL(radius, 0.0, false); 1311 1311 1312 1312 //
Note:
See TracChangeset
for help on using the changeset viewer.
