Commit db5540cf by maarten

refactored

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@255 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent 8aaf0d88
......@@ -131,7 +131,8 @@ BondMap::BondMap(const Structure& p)
auto* compound = mmcif::Compound::create(c);
if (not compound)
{
cerr << "Missing compound information for " << c << endl;
if (VERBOSE)
cerr << "Missing compound information for " << c << endl;
continue;
}
......
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