Commit c45d02cb by Maarten L. Hekkelman

sigh

parent 5b4c131e
...@@ -424,7 +424,7 @@ compound_factory_impl::compound_factory_impl(const fs::path &file, std::shared_p ...@@ -424,7 +424,7 @@ compound_factory_impl::compound_factory_impl(const fs::path &file, std::shared_p
{ {
std::cerr << "The components file " << file << " is not valid" << std::endl; std::cerr << "The components file " << file << " is not valid" << std::endl;
if (cif::VERBOSE < 1) if (cif::VERBOSE < 1)
std::cerr "(use --verbose to see why)" << std::endl; std::cerr << "(use --verbose to see why)" << std::endl;
} }
} }
catch (const std::exception &e) catch (const std::exception &e)
......
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