mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-14 13:57:06 +01:00
Suppresses plot when save option is swithced on
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user