Skip to content
Snippets Groups Projects
Commit b0c161bf authored by Studer Gabriel's avatar Studer Gabriel
Browse files

transfer ChemType property in PDBize

parent 8f0d268d
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@ bool copy_atoms(ResidueView src_res, ResidueHandle dst_res, XCSEditor& edi,
void transfer_residue_properties(ResidueView src, ResidueHandle dst) {
dst.SetOneLetterCode(src.GetOneLetterCode());
dst.SetSecStructure(src.GetSecStructure());
dst.SetChemClass(src.GetChemClass());
dst.SetChemClass(src.GetChemClass());
dst.SetChemType(src.GetChemType());
dst.SetIsProtein(src.IsProtein());
dst.SetIsLigand(src.IsLigand());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment