Commit 0119c93a by maarten

handle empty compnd

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@374 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent 03c95609
......@@ -1372,7 +1372,8 @@ void PDBFileParser::ParseTitle()
}
}
GetNextRecord();
if (mRec->is("COMPND"))
GetNextRecord();
// SOURCE
Match("SOURCE", false);
......
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