Skip to content

Commit

Permalink
Fix --plotAll
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Jan 25, 2017
1 parent 8f610cf commit 8e9e7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMPlot/OMPlotGUI/main.cpp
Expand Up @@ -210,7 +210,7 @@ int main(int argc, char *argv[])
}
}

if (vars.count() == 0) {
if (vars.count() == 0 && plottype != "plotAll") {
fprintf(stderr, "Error: No variables specified.\n");
printUsage(true);
return 1;
Expand Down

0 comments on commit 8e9e7fd

Please sign in to comment.