Commit 8118f196 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

DepositionCosmics: initialize double member

(cherry picked from commit 6691ccda)
parent fb9e8eb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ namespace allpix {

        static thread_local double cry_instance_time_simulated_;
        std::mutex stats_mutex_;
        double total_time_simulated_;
        double total_time_simulated_{};
    };
} // namespace allpix