Changeset 4042 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 05/10/04 19:27:21 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4040 r4042 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/05/10: Marcos Lopez 22 23 * mmontecarlo/MMcEnergyEst.cc: 24 - In static void fcn(...), fixed the following bugs which caused a 25 "segmentation violation": 26 - Replace: MTaskList *tlist = evtloop->GetTaskList() 27 by: MTaskList *tlist = (MTaskList*)plist->FindObject("MTaskList") 28 - And get the pointer *eval to MParamterD("MFitResult"), after 29 the excution of the Eventloop and not before it (since that object is 30 created when calling the PreProcess). 31 32 20 33 2004/05/10: Thomas Bretz 21 34
Note:
See TracChangeset
for help on using the changeset viewer.