Changeset 4121 for trunk/MagicSoft
- Timestamp:
- 05/22/04 12:38:18 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4120 r4121 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/05/22: Markus Gaug 22 23 * mcalib/MHCalibrationCam.cc 24 - remove cloning of all pixels on the Clone() function. This caused 25 the need for three times more memory during runtime than now. It 26 should not affect the current macros. 27 20 28 21 29 2004/05/22: Abelardo Moralejo -
trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.cc
r3980 r4121 296 296 MHCalibrationCam *cam = new MHCalibrationCam(); 297 297 298 cam->fHiGainArray->Expand(nhi);299 cam->fLoGainArray->Expand(nlo);298 // cam->fHiGainArray->Expand(nhi); 299 // cam->fLoGainArray->Expand(nlo); 300 300 cam->fAverageHiGainAreas->Expand(navhi); 301 301 cam->fAverageLoGainAreas->Expand(navlo); … … 303 303 cam->fAverageLoGainSectors->Expand(nselo); 304 304 305 /* 305 306 for (int i=0; i<nhi; i++) 306 307 { … … 313 314 (*cam->fLoGainArray)[i] = (*fLoGainArray)[i]->Clone(); 314 315 } 316 */ 317 315 318 for (int i=0; i<navhi; i++) 316 319 {
Note:
See TracChangeset
for help on using the changeset viewer.