Skip to content

Commit 240b631

Browse files
committed
Merge branch 'trunk' into develop
2 parents 5959647 + c2a747a commit 240b631

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pdb/pdb2cif_remark_3.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,6 +1480,9 @@ bool Remark3Parser::parse(const std::string &expMethod, PDBRecord *r, cif::datab
14801480

14811481
for (auto &cat1 : best.parser->mDb)
14821482
{
1483+
if (cat1.empty())
1484+
continue;
1485+
14831486
auto &cat2 = db[cat1.name()];
14841487

14851488
// copy only the values in the first row for the following categories

0 commit comments

Comments
 (0)