Skip to content

Commit

Permalink
Update Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepGeometryConte…
Browse files Browse the repository at this point in the history
…xt.hpp

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
asalzburger and coderabbitai[bot] authored Nov 12, 2024
1 parent 9f2555e commit 8744926
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ class DD4hepGeometryContext : public GeometryContext{

private :
/// Constructor
explicit DD4hepGeometryContext(bool active) : m_active(active) {}
explicit DD4hepGeometryContext(bool isContextActive) : m_active(isContextActive) {}

bool m_active = true;
const bool m_active = true;

};

Expand Down

0 comments on commit 8744926

Please sign in to comment.