Changeset 9583 for trunk


Ignore:
Timestamp:
06/03/10 12:21:55 (14 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9580 r9583  
    1818
    1919                                                 -*-*- 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
    2027
    2128 2010/05/05 Thomas Bretz
  • trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc

    r9153 r9583  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.9 2008-11-11 11:46:50 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.10 2010-06-03 11:20:47 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
  • trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc

    r8910 r9583  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MRanForestCalc.cc,v 1.31 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 $
    33! --------------------------------------------------------------------------
    44!
     
    3434#include "MRanForestCalc.h"
    3535
     36#include <stdlib.h> // Needed for atof in some cases
     37
    3638#include <TMath.h>
    3739
Note: See TracChangeset for help on using the changeset viewer.