Skip to content

Commit

Permalink
Merge branch 'trunk' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Nov 18, 2024
2 parents 5959647 + c2a747a commit 240b631
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pdb/pdb2cif_remark_3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1480,6 +1480,9 @@ bool Remark3Parser::parse(const std::string &expMethod, PDBRecord *r, cif::datab

for (auto &cat1 : best.parser->mDb)
{
if (cat1.empty())
continue;

auto &cat2 = db[cat1.name()];

// copy only the values in the first row for the following categories
Expand Down

0 comments on commit 240b631

Please sign in to comment.