Commit 01b90a2b by Maarten L. Hekkelman

set occupancy of newly added atom

parent cd1e9528
......@@ -374,6 +374,7 @@ atom residue::create_new_atom(atom_type inType, const std::string &inAtomID, poi
{ "auth_atom_id", inAtomID },
{ "auth_comp_id", m_compound_id },
{ "auth_seq_id", m_auth_seq_id },
{ "occupancy", 1.0f, 2 },
{ "pdbx_PDB_model_num", m_structure->get_model_nr() },
});
......
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