From 87e15f8331d97d50b51d1f3f4c539e34b0696ce6 Mon Sep 17 00:00:00 2001 From: Andrew Zhen Ning Yong Date: Thu, 28 Nov 2019 15:51:24 +0000 Subject: [PATCH] Minor fixes on save variable name. --- physics/2pt-fit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physics/2pt-fit.cpp b/physics/2pt-fit.cpp index d0b3f2d..df67ca3 100644 --- a/physics/2pt-fit.cpp +++ b/physics/2pt-fit.cpp @@ -344,7 +344,7 @@ int main(int argc, char *argv[]) p.display(); if(savePlot != "") { - cout << "Saving plot and source code to " << save << endl; + cout << "Saving plot and source code to " << savePlot << endl; p.save(savePlot); } // effective mass plot //////////////////////////////////////////////////////