make opening rendered image an optional op ( ref #3374)

This commit is contained in:
artemp 2016-04-25 16:38:29 +02:00
parent 49b23622db
commit 9833bfb9ad

View file

@ -21,7 +21,7 @@ int main (int argc,char** argv)
namespace po = boost::program_options;
bool verbose = false;
bool auto_open = true;
bool auto_open = false;
int return_value = 0;
std::string xml_file;
std::string img_file;