Commit 9cc2e4b1 by Maarten L. Hekkelman

Optimised for speed

parent db629fb2
...@@ -130,8 +130,6 @@ int d_main(int argc, const char *argv[]) ...@@ -130,8 +130,6 @@ int d_main(int argc, const char *argv[])
} }
cif::file f = cif::pdb::read(in); cif::file f = cif::pdb::read(in);
if (cif::VERBOSE >= 0 and not f.is_valid())
std::cerr << "Warning, the input file is not valid. Run with --verbose to see why." << std::endl;
// -------------------------------------------------------------------- // --------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment