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 //////////////////////////////////////////////////////