From e51157032360be2c65fe24dd828f648ecf83ac94 Mon Sep 17 00:00:00 2001 From: Zhenyu Ye <yezhenyu@EIC-SoLID.local> Date: Tue, 23 Mar 2021 21:57:51 -0500 Subject: [PATCH] Commit comments/messages --- benchmarks/dvmp/analysis/vm_invar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/dvmp/analysis/vm_invar.cxx b/benchmarks/dvmp/analysis/vm_invar.cxx index 90ffc781..9c854429 100644 --- a/benchmarks/dvmp/analysis/vm_invar.cxx +++ b/benchmarks/dvmp/analysis/vm_invar.cxx @@ -237,7 +237,7 @@ int vm_invar(const std::string& config_name) c3.Divide(2, 2, 0.0001, 0.0001); // pad 4 t c3.cd(4); - auto& ht_delta_t = *ht_delta_t; + auto& ht_delta_t = *h_delta_t; // histogram style ht_delta_t.SetLineColor(plot::kMpOrange); ht_delta_t.SetLineWidth(1); -- GitLab