Changeset 8988 for trunk/MagicSoft/Mars/mbase/MMath.cc
- Timestamp:
- 06/30/08 10:37:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MMath.cc
r8978 r8988 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MMath.cc,v 1. 39 2008-06-18 20:39:48tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MMath.cc,v 1.40 2008-06-30 09:36:35 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 234 234 235 235 // Define where to divide (floor because the highest possible is n-1) 236 const Int_tdiv = TMath::FloorNint(n*prob);236 const Size div = TMath::FloorNint(n*prob); 237 237 238 238 // Calculate result
Note:
See TracChangeset
for help on using the changeset viewer.