Changeset 3089 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/11/04 12:24:16 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3084 r3089  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2004/02/11: Abelardo Moralejo
     7
     8   * mmain/MEventDisplay.cc
     9     - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
     10       MMcPedestalCopy must be executed earlier!
     11
     12
    613 2004/02/10: Raquel de los Reyes
    714
  • trunk/MagicSoft/Mars/mmain/MEventDisplay.cc

    r2946 r3089  
    212212    tlist->AddToList(f1);
    213213    tlist->AddToList(f2);
     214    tlist->AddToList(pcopy);
    214215    tlist->AddToList(ncalc);
    215     tlist->AddToList(pcopy);
    216216    tlist->AddToList(pdnsb);
    217217    tlist->AddToList(nanal);
Note: See TracChangeset for help on using the changeset viewer.