From 30629dda621a39e05652ad857eff6d6cc815d8ee Mon Sep 17 00:00:00 2001 From: Andreas Schenk <andreas_schenk@hms.harvard.edu> Date: Sat, 13 Aug 2011 13:33:01 -0400 Subject: [PATCH] fixed duplicate variable name in coord_frame.hh --- modules/mol/base/src/coord_frame.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mol/base/src/coord_frame.hh b/modules/mol/base/src/coord_frame.hh index 6623756f5..db9645dc6 100644 --- a/modules/mol/base/src/coord_frame.hh +++ b/modules/mol/base/src/coord_frame.hh @@ -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); }; -- GitLab