Ignore:
Timestamp:
06/30/08 10:37:00 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MMath.cc

    r8978 r8988  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MMath.cc,v 1.39 2008-06-18 20:39:48 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MMath.cc,v 1.40 2008-06-30 09:36:35 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    234234
    235235    // Define where to divide (floor because the highest possible is n-1)
    236     const Int_t div = TMath::FloorNint(n*prob);
     236    const Size div = TMath::FloorNint(n*prob);
    237237
    238238    // Calculate result
Note: See TracChangeset for help on using the changeset viewer.