Skip to content
Snippets Groups Projects
Commit e34a70d8 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Remove clearing of seed at initialization

See merge request gaudi/Gaudi!1321
parents a926b34a 3bf9ee6e
No related branches found
No related tags found
1 merge request!1321Remove clearning of seed at initialization
Pipeline #3758897 canceled
......@@ -65,8 +65,7 @@ namespace HepRndm {
// Initialize engine
template <class TYPE>
StatusCode Engine<TYPE>::initialize() {
auto& seeds = m_seeds.value();
seeds.clear();
auto& seeds = m_seeds.value();
StatusCode status = RndmEngine::initialize();
if ( m_seeds.size() == 0 ) {
// Default seeds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment