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

update editors internal coordinate system when done with ApplyOnResidue in RRMRotamer

parent c45a9379
Branches
Tags
No related merge requests found
...@@ -54,6 +54,7 @@ void RRMRotamer::ApplyOnResidue(ost::mol::ResidueHandle& res, ...@@ -54,6 +54,7 @@ void RRMRotamer::ApplyOnResidue(ost::mol::ResidueHandle& res,
ed.RenameResidue(res, new_res_name); ed.RenameResidue(res, new_res_name);
res.SetOneLetterCode(ost::conop::ResidueNameToOneLetterCode(new_res_name)); res.SetOneLetterCode(ost::conop::ResidueNameToOneLetterCode(new_res_name));
} }
ed.UpdateICS();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment