Skip to content
Snippets Groups Projects
Unverified Commit 692296a0 authored by Xavier Robin's avatar Xavier Robin
Browse files

Merge branch 'develop' into ligand_scoring

parents 1d27fb7e c4cd1dee
No related branches found
No related tags found
No related merge requests found
...@@ -130,6 +130,9 @@ ChainImplPtr EntityImpl::InsertChain(const String& chain_name, const ChainImplPt ...@@ -130,6 +130,9 @@ ChainImplPtr EntityImpl::InsertChain(const String& chain_name, const ChainImplPt
{ {
ChainImplPtr dst_chain=this->InsertChain(chain_name); ChainImplPtr dst_chain=this->InsertChain(chain_name);
dst_chain->Assign(*chain.get()); dst_chain->Assign(*chain.get());
// Copy non generic properties
dst_chain->SetDescription(chain->GetDescription());
dst_chain->SetType(chain->GetType());
if(deep) if(deep)
{ {
ResidueImplList::iterator it=chain->GetResidueList().begin(), ResidueImplList::iterator it=chain->GetResidueList().begin(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment