diff --git a/tmva/inc/TMVA/Version.h b/tmva/inc/TMVA/Version.h index a32adefd38d0fff2c1c0cfb9a64563ef781d2e7b..aec77111fdca0ddfe9b47e00ba103fe5c945ca95 100644 --- a/tmva/inc/TMVA/Version.h +++ b/tmva/inc/TMVA/Version.h @@ -41,10 +41,10 @@ // // ////////////////////////////////////////////////////////////////////////// -#define TMVA_RELEASE "4.1.2" -#define TMVA_RELEASE_DATE "Jun 21, 2011" -#define TMVA_RELEASE_TIME "11:02:58" -#define TMVA_VERSION_CODE 262402 +#define TMVA_RELEASE "4.1.3" +#define TMVA_RELEASE_DATE "May 04, 2012" +#define TMVA_RELEASE_TIME "15:00:00" +#define TMVA_VERSION_CODE 262403 #define TMVA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #endif diff --git a/tmva/src/TransformationHandler.cxx b/tmva/src/TransformationHandler.cxx index 52f98766402a6739b7a9bd7dab716a1891c6c804..b6d38f35caa648e164cf9519bc8b6e99b2a1f345 100644 --- a/tmva/src/TransformationHandler.cxx +++ b/tmva/src/TransformationHandler.cxx @@ -156,7 +156,7 @@ const TMVA::Event* TMVA::TransformationHandler::Transform( const Event* ev ) con //_______________________________________________________________________ const TMVA::Event* TMVA::TransformationHandler::InverseTransform( const Event* ev, Bool_t suppressIfNoTargets ) const { - if (fTransformationsReferenceClasses.size()==0){ + if (fTransformationsReferenceClasses.empty()){ //Log() << kWARNING << __FILE__ <<":InverseTransform fTransformationsReferenceClasses is empty" << Endl; return ev; }