Skip to content
Snippets Groups Projects
Commit 4d2580a0 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Switched from GeoShapeAction::handleLArCustom to GeoShapeAction::handleShape.

In accordance with the GeoModelCore updates, on Joe Boudreau's advice.
parent e37f01fb
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
#include "GeoSpecialShapes/LArCustomShape.h"
......@@ -187,5 +187,5 @@ const std::string& LArCustomShape::name() const
void LArCustomShape::exec(GeoShapeAction* action) const
{
action->handleLArCustom(this);
action->handleShape(this);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment