mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-05 09:35:54 +01:00
Minor fixes on save variable name.
This commit is contained in:
parent
c3d0f93e1a
commit
87e15f8331
@ -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 //////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user