Skip to content

Commit 725d6ea

Browse files
committed
stupid typo
1 parent baf7057 commit 725d6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pdb/reconstruct.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ void checkAtomAnisotropRecords(datablock &db)
519519
{
520520
if (cif::VERBOSE and std::exchange(warnReplaceTypeSymbol, false))
521521
std::clog << "Replacing type_symbol in atom_site_anisotrop record(s)\n";
522-
row["type_symbol"] != parent["type_symbol"].text();
522+
row["type_symbol"] = parent["type_symbol"].text();
523523
}
524524

525525
if (row["pdbx_auth_alt_id"].empty())

0 commit comments

Comments
 (0)