Skip to content
Snippets Groups Projects
Commit e8b2a688 authored by Axel Naumann's avatar Axel Naumann
Browse files

TKDTree classes are templates.

git-svn-id: http://root.cern.ch/svn/root/trunk@37484 27541ba8-7e3a-0410-8455-c3a389f83636
parent edea550f
No related branches found
No related tags found
No related merge requests found
......@@ -439,8 +439,7 @@ bool THtml::TFileDefinition::GetFileName(const TClass* cl, bool decl,
// TComplex and TRandom, TRandom1,...
if (strcmp(cl->GetName(), "TComplex")
&& strcmp(cl->GetName(), "TMath")
&& strcmp(cl->GetName(), "TKDTree")
&& strcmp(cl->GetName(), "TKDTreeBinning")
&& strncmp(cl->GetName(), "TKDTree", 7)
&& strcmp(cl->GetName(), "TVirtualFitter")
&& strncmp(cl->GetName(), "TRandom", 7)) {
out_filename = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment