Skip to content
Snippets Groups Projects
Commit c0889d1f authored by Marco Biasini's avatar Marco Biasini
Browse files

CreateEntityFromView remembers chemical type

This fixes BZDNG-430
parent 67a08ff4
Branches
Tags
No related merge requests found
...@@ -69,6 +69,7 @@ ResidueImplPtr ChainImpl::AppendResidue(const ResidueImplPtr& res, bool deep) ...@@ -69,6 +69,7 @@ ResidueImplPtr ChainImpl::AppendResidue(const ResidueImplPtr& res, bool deep)
dst_res->SetSecStructure(res->GetSecStructure()); dst_res->SetSecStructure(res->GetSecStructure());
dst_res->SetChemClass(res->GetChemClass()); dst_res->SetChemClass(res->GetChemClass());
dst_res->SetProtein(res->IsProtein()); dst_res->SetProtein(res->IsProtein());
dst_res->SetChemType(res->GetChemType());
dst_res->SetIsLigand(res->IsLigand()); dst_res->SetIsLigand(res->IsLigand());
if(deep) if(deep)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment