Changeset 2528 for trunk


Ignore:
Timestamp:
11/18/03 15:14:35 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2524 r2528  
    33
    44                                                 -*-*- END OF LINE -*-*-
     5 2003/11/18: Abelardo Moralejo
     6
     7   * mmc/MMcEvt.cxx:
     8     - Fixed missing initialization of fLongitmax
     9
    510 2003/11/18: Markus Gaug
    611
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx

    r2173 r2528  
    101101  fLongiNmax = fL_Nmax;
    102102  fLongit0 = fL_t0;
     103  fLongitmax = fL_tmax;
    103104  fLongia = fL_a;
    104105  fLongib = fL_b;
     
    217218  fLongiNmax = fL_Nmax;
    218219  fLongit0 = fL_t0;
     220  fLongitmax = fL_tmax;
    219221  fLongia = fL_a;
    220222  fLongib = fL_b;
Note: See TracChangeset for help on using the changeset viewer.