Skip to content

Commit 6cfdfb6

Browse files
committed
[tmva] rename CINT to Cling
1 parent ab24d0b commit 6cfdfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmva/tmva/inc/TMVA/MethodCuts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ namespace TMVA {
7070
MethodCuts( DataSetInfo& theData,
7171
const TString& theWeightFile);
7272

73-
// this is a workaround which is necessary since CINT is not capable of handling dynamic casts
73+
// TODO: remove this is a workaround which was necessary when CINT was not capable of handling dynamic casts
7474
static MethodCuts* DynamicCast( IMethod* method ) { return dynamic_cast<MethodCuts*>(method); }
7575

7676
virtual ~MethodCuts( void );

0 commit comments

Comments
 (0)