Skip to content
Snippets Groups Projects
Commit 7e824ed4 authored by alja's avatar alja Committed by Sergey Linev
Browse files

Comment printout actived from the previous commit.

parent a723e74a
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ void REveDataColumn::SetExpressionAndType(const std::string& expr, FieldType_e t
<< ") = [](" << icls->GetName() << "* p){" << icls->GetName() << " &i=*p; return (" << fExpression.Data()
<< "); }";
printf("%s\n", s.str().c_str());
// printf("%s\n", s.str().c_str());
try {
gROOT->ProcessLine(s.str().c_str());
}
......
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