Commit 4f2427e9 by maarten

more timing stats for all

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@338 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent 1546cedb
...@@ -57,7 +57,8 @@ BondMap::BondMap(const Structure& p) ...@@ -57,7 +57,8 @@ BondMap::BondMap(const Structure& p)
if (compounds.count(c)) if (compounds.count(c))
continue; continue;
cerr << "Warning: mon_id " << c << " is missing in the chem_comp category" << endl; if (VERBOSE)
cerr << "Warning: mon_id " << c << " is missing in the chem_comp category" << endl;
compounds.insert(c); compounds.insert(c);
} }
......
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