Bug #1061
aerogel material
Start date:
25 July 2012
Due date:
% Done:
100%
Estimated time:
Workflow:
New Issue
Description
While investigating #1060 I found that the aerogel material was constructed with uninitialised 0th element in the arrays RayleighPhotE[]
and RayleighSL[]
. I don't know if this can affect physics, but I set the 0th element to 0. so that at least results would be consistent (previously took random set of 1s and 0s into this value).
a1_mt->AddProperty("RAYLEIGH", RayleighPhotE, RayleighSL,63);
Will be in 0.3.2
Related issues
Updated by Rogers, Chris about 11 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This is in src/legacy/FillMaterials.cc
Updated by Rogers, Chris about 11 years ago
- Target version changed from Future MAUS release to MAUS-v0.3.2