Commit d3f07736 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Reapply a move

parent 3eaaa1c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ namespace allpix {
                     ROOT::Math::XYVector hole_offset)
            : size_(std::move(size)), material_(std::move(material)), type_(std::move(type)),
              hole_size_(std::move(hole_size)), offset_(std::move(offset)), hole_offset_(std::move(hole_offset)),
              location_(location) {}
              location_(std::move(location)) {}

        // Actual parameters returned
        ROOT::Math::XYZPoint center_;