Commit 0cbb927b by maarten

berekeningen gaan nu goed

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@420 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent 59f2387b
......@@ -989,7 +989,7 @@ float Monomer::chi(size_t nr) const
{
vector<string> atoms{ "N", "CA", "CB" };
atoms.insert(atoms.begin(), i->second.begin(), i->second.end());
atoms.insert(atoms.end(), i->second.begin(), i->second.end());
// in case we have a positive chiral volume we need to swap atoms
if (chiralVolume() > 0)
......
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