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 42d54ee9 authored by Uldis Locans's avatar Uldis Locans
Browse files

fixed member variable initialization in CollimatorPhysics for DKS

parent a0e18dac
No related branches found
No related tags found
No related merge requests found
......@@ -64,12 +64,12 @@ CollimatorPhysics::CollimatorPhysics(const std::string &name, ElementBase *eleme
Emax_m(0.0),
Emin_m(0.0)
#ifdef OPAL_DKS
, curandInitSet(0),
, ierr(0),
, maxparticles(0),
, numparticles(0),
, numlocalparts(0),
, par_ptr(NULL),
, curandInitSet(0)
, ierr(0)
, maxparticles(0)
, numparticles(0)
, numlocalparts(0)
, par_ptr(NULL)
, mem_ptr(NULL)
#endif
{
......@@ -1161,4 +1161,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