Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 9d7089ca authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

Surface physics MC are initiated with the OPTION::seed

parent e818adb7
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ CollimatorPhysics::CollimatorPhysics(const std::string &name, ElementBase *eleme
gsl_rng_env_setup();
rGen_m = gsl_rng_alloc(gsl_rng_default);
gsl_rng_set(rGen_m, Options::seed);
Material();
......@@ -1192,4 +1193,4 @@ void CollimatorPhysics::deleteParticleFromLocalVectorDKS() {
}
#endif
\ No newline at end of file
#endif
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