diff --git a/src/source.cpp b/src/source.cpp index 0efaf52ba..2bbe7c321 100644 --- a/src/source.cpp +++ b/src/source.cpp @@ -225,6 +225,8 @@ Particle::Bank IndependentSource::sample(uint64_t* seed) const // Set delayed group site.delayed_group = 0; + // Set surface ID + site.surf_id = 0; return site; }