From f4cebc195c16f6d62e6fe234e622043f3581457d Mon Sep 17 00:00:00 2001 From: Christian Grefe <Christian.Grefe@cern.ch> Date: Thu, 31 Oct 2013 19:04:29 +0000 Subject: [PATCH] removed erroneous virtual --- DDSegmentation/src/ProjectiveCylinder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDSegmentation/src/ProjectiveCylinder.cpp b/DDSegmentation/src/ProjectiveCylinder.cpp index cadbfbe96..686bc588b 100644 --- a/DDSegmentation/src/ProjectiveCylinder.cpp +++ b/DDSegmentation/src/ProjectiveCylinder.cpp @@ -65,7 +65,7 @@ std::vector<double> ProjectiveCylinder::getPosition(const long64& cellID) const } /// determine the cell ID based on the position -virtual long64 ProjectiveCylinder::getCellID(double x, double y, double z) const { +long64 ProjectiveCylinder::getCellID(double x, double y, double z) const { // TODO return 0; } -- GitLab