Skip to content

Commit

Permalink
Revert "Adding Geom to FIXMEModules"
Browse files Browse the repository at this point in the history
This reverts commit 078f868.
  • Loading branch information
vgvassilev committed Aug 4, 2019
1 parent 078f868 commit c91b017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/metacling/src/TCling.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ static void RegisterCommonCxxModules(cling::Interpreter &clingInterp)
LoadModules(CommonModules, clingInterp);

// These modules should not be preloaded but they fix issues.
std::vector<std::string> FIXMEModules = {"Hist", "Gpad", "Graf", "GenVector", "ROOTDataFrame", "Geom"};
std::vector<std::string> FIXMEModules = {"Hist", "Gpad", "Graf", "GenVector", "ROOTDataFrame"};
LoadModules(FIXMEModules, clingInterp);

loadGlobalModuleIndex(SourceLocation(), clingInterp);
Expand Down

0 comments on commit c91b017

Please sign in to comment.