Commit a825cfc6 by maarten

fix remark 3 parser

cif-grep output zero when counted none

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@445 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent 9f81a4ef
......@@ -1411,6 +1411,8 @@ bool Remark3Parser::parse(const string& expMethod, PDBRecord* r, cif::Datablock&
{
result = true;
sort(scores.begin(), scores.end());
auto& best = scores.front();
if (VERBOSE)
......
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