Ignore:
Timestamp:
05/10/04 19:27:21 (21 years ago)
Author:
marcos
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4040 r4042  
    1818
    1919                                                 -*-*- 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
    2033 2004/05/10: Thomas Bretz
    2134
Note: See TracChangeset for help on using the changeset viewer.