Skip to content
Snippets Groups Projects
Commit 71bda14f authored by Ziyue Zhang's avatar Ziyue Zhang
Browse files

WIP: debug - hist def 01.1

parent e959e658
Branches
No related tags found
1 merge request!42Add y, Q2, x, t resolution tests
......@@ -150,7 +150,7 @@ int vm_invar(const std::string& config_name)
delete hptr_tmp;
TCanvas* ctest = new TCanvas("ctest", "ctest", 800,600);
h_Var1D[i][j]->Draw("hist");
ctest->Print(fmt::format("{}{}{}test.png", output_prefix).c_str(), i, j);
ctest->Print(fmt::format("{}{}{}test.png", output_prefix, i, j).c_str());
delete ctest;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment