Skip to content

Commit

Permalink
missed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Sep 5, 2024
1 parent 2311d1f commit 29993c5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Core/include/Acts/Material/MaterialComposition.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of the Acts project.
//
// Copyright (C) 2018-2020 CERN for the benefit of the Acts project
// Copyright (C) 2018-2024 CERN for the benefit of the Acts project
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
1 change: 1 addition & 0 deletions Examples/Algorithms/Geant4/src/SensitiveSurfaceMapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <algorithm>
#include <ostream>
#include <ranges>
#include <stdexcept>
#include <type_traits>
#include <utility>
Expand Down
1 change: 0 additions & 1 deletion Fatras/src/Digitization/PlanarSurfaceMask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <cmath>
#include <cstddef>
#include <memory>
#include <ranges>

namespace {

Expand Down
2 changes: 1 addition & 1 deletion Fatras/src/Digitization/Segmentizer.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of the Acts project.
//
// Copyright (C) 2020 CERN for the benefit of the Acts project
// Copyright (C) 2020-2024 CERN for the benefit of the Acts project
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down

0 comments on commit 29993c5

Please sign in to comment.