Changeset 4246 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/31/04 21:49:06 (21 years ago)
Author:
hbartko
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4245 r4246  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2004/05/31: Hendrik Bartko
     22
     23   * msignal/MArrivalTimeCalc2.cc
     24     - fixed a bug in pointer arithmetics found by Florian.
    2025
    2126 2004/05/31: Raquel de los Reyes
  • trunk/MagicSoft/Mars/msignal/MArrivalTimeCalc2.cc

    r3733 r4246  
    185185        {
    186186          max = sum;
    187           ptrmax = p;
     187          ptrmax = p+1;
    188188        }
    189189    }
Note: See TracChangeset for help on using the changeset viewer.