Skip to content
Snippets Groups Projects
Commit 30629dda authored by Andreas Schenk's avatar Andreas Schenk
Browse files

fixed duplicate variable name in coord_frame.hh

parent 92daf6c3
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ public:
Real GetMinDistBetwCenterOfMassAndView(const mol::EntityView& view_cm, const mol::EntityView& view_atoms);
geom::Line3 GetODRLine(std::vector<unsigned long>& indices_ca);
geom::Line3 FitCylinder(std::vector<unsigned long>& indices_ca);
Real GetAlphaHelixContent(std::vector<unsigned long>& indices_ca, std::vector<unsigned long>& indices_ca,
Real GetAlphaHelixContent(std::vector<unsigned long>& indices_ca, std::vector<unsigned long>& indices_c,
std::vector<unsigned long>& indices_o, std::vector<unsigned long>& indices_n);
Real GetAlphaHelixContent(const mol::EntityView& segment);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment