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

topology does not depend on entity anymore, the res_list has

not to be reloaded (due to the previously applied copy to the entity)
parent b0de58ce
No related branches found
No related tags found
No related merge requests found
......@@ -194,9 +194,6 @@ TopologyPtr TopologyCreator::Create(ost::mol::EntityHandle& ent,
TopologyPtr top = TopologyPtr(new Topology(initial_masses));
//note, that we have to get the residue list again, since there is a new entity handle
//created when initializing the topology
res_list = ent.GetResidueList();
ost::mol::AtomHandleList atom_list = ent.GetAtomList();
std::map<long,int> atom_indices;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment