mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-05 01:25:56 +01:00
Suppresses plot when save option is swithced on
This commit is contained in:
parent
2096238ff6
commit
161c06292e
@ -123,8 +123,13 @@ int main(int argc, char *argv[])
|
||||
p.save(save + "/" + title);
|
||||
}
|
||||
|
||||
cout << "Displaying plot..." << endl;
|
||||
p.display();
|
||||
else
|
||||
{
|
||||
cout << "Displaying plot..." << endl;
|
||||
p.display();
|
||||
}
|
||||
|
||||
|
||||
|
||||
// output //////////////////////////////////////////////////////////////////
|
||||
if (!outFileName.empty())
|
||||
|
Loading…
x
Reference in New Issue
Block a user