Commit 09156b6b authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Fix formatting from rebase

parent 2fdf751a
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -89,7 +89,8 @@ namespace allpix {
         * @return Tuple with the point where the deposit ended after propagation, the time the propagation took, the
         * cumulative gain and the final state of the charge carrier at the end of processing
         */
        std::tuple<ROOT::Math::XYZPoint, double, double, CarrierState> propagate(const ROOT::Math::XYZPoint& pos,
        std::tuple<ROOT::Math::XYZPoint, double, double, CarrierState>
        propagate(const ROOT::Math::XYZPoint& pos,
                  const CarrierType& type,
                  const double initial_time,
                  RandomNumberGenerator& random_generator,
+5 −5

File changed.

Contains only whitespace changes.