1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-04-11 03:20:46 +01:00

Minor fixes on save variable name.

This commit is contained in:
Andrew Zhen Ning Yong 2019-11-28 15:51:24 +00:00
parent c3d0f93e1a
commit 87e15f8331

View File

@ -344,7 +344,7 @@ int main(int argc, char *argv[])
p.display(); p.display();
if(savePlot != "") if(savePlot != "")
{ {
cout << "Saving plot and source code to " << save << endl; cout << "Saving plot and source code to " << savePlot << endl;
p.save(savePlot); p.save(savePlot);
} }
// effective mass plot ////////////////////////////////////////////////////// // effective mass plot //////////////////////////////////////////////////////