Skip to content

Commit

Permalink
Fix remark 3 parser
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Nov 18, 2024
1 parent d07890d commit c2a747a
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 c2a747a

Please sign in to comment.