We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf7057 commit 725d6eaCopy full SHA for 725d6ea
src/pdb/reconstruct.cpp
@@ -519,7 +519,7 @@ void checkAtomAnisotropRecords(datablock &db)
519
{
520
if (cif::VERBOSE and std::exchange(warnReplaceTypeSymbol, false))
521
std::clog << "Replacing type_symbol in atom_site_anisotrop record(s)\n";
522
- row["type_symbol"] != parent["type_symbol"].text();
+ row["type_symbol"] = parent["type_symbol"].text();
523
}
524
525
if (row["pdbx_auth_alt_id"].empty())
0 commit comments