Changeset 9583 for trunk/MagicSoft
- Timestamp:
- 06/03/10 12:21:55 (14 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9580 r9583 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2010/06/03 Thomas Bretz 22 23 * mranforest/MRanForestCalc.cc: 24 - added stdlib.h to make Dominik happy ;) 25 26 20 27 21 28 2010/05/05 Thomas Bretz -
trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc
r9153 r9583 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1. 9 2008-11-11 11:46:50tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.10 2010-06-03 11:20:47 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! -
trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc
r8910 r9583 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MRanForestCalc.cc,v 1.3 1 2008-06-02 09:10:27 tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MRanForestCalc.cc,v 1.32 2010-06-03 11:20:47 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 34 34 #include "MRanForestCalc.h" 35 35 36 #include <stdlib.h> // Needed for atof in some cases 37 36 38 #include <TMath.h> 37 39
Note:
See TracChangeset
for help on using the changeset viewer.