Changeset 4736


Ignore:
Timestamp:
08/26/04 09:23:39 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4732 r4736  
    1919
    2020                                                 -*-*- END OF LINE -*-*-
     21
     22
     23 2004/08/26: Thomas Bretz
     24
     25   * mbase/MMath.cc:
     26     - changed calculation of sign of SignificanceLiMaSigned due to
     27       bug #131
     28
    2129
    2230
  • trunk/MagicSoft/Mars/mbase/MMath.cc

    r4716 r4736  
    104104        return 0;
    105105
    106     return Sign(sig, s-b);
     106    return Sign(sig, s-alpha*b);
    107107}
    108108
Note: See TracChangeset for help on using the changeset viewer.