Commit 93b33af4 by Maarten L. Hekkelman

oops, wrong field name

parent eb80490b
......@@ -421,7 +421,7 @@ std::string Residue::authInsCode() const
std::string result;
if (not mAtoms.empty())
result = mAtoms.front().get_property<std::string>("PDB_ins_code");
result = mAtoms.front().get_property<std::string>("pdbx_PDB_ins_code");
return result;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment