Unverified Commit 02017068 authored by Stephan Lachnit's avatar Stephan Lachnit
Browse files

Geant4: fix AbortRun override missing default

parent 7fe2e956
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ namespace allpix {
         * @brief Overriding G4RunManager::AbortRun so as to reset the state to G4State_Idle in order to allow the next event
         * to run BeamOn
         */
        void AbortRun(G4bool softAbort) override;
        void AbortRun(G4bool softAbort = false) override; // NOLINT

    protected:
        /**
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ namespace allpix {
         * @brief Overriding G4RunManager::AbortRun so as to reset the state to G4State_Idle in order to allow the next event
         * to run BeamOn
         */
        void AbortRun(G4bool softAbort) override;
        void AbortRun(G4bool softAbort = false) override; // NOLINT

        /**
         * @brief Factory method to create new worker for calling thread.