Ernesto Mainegra
Ernesto Mainegra
The bound Compton scattering option `on` uses a rejection technique which is slightly less efficient than `norej`. Although `norej` is the default, unsuspecting users might expect `on` to be the...
When scoring photon fluence, no message related to electron fluence calculation method should be issued. _Thanks to Alexandra Bourgouin for drawing my attention to this issue!_
Fluorescent photons created by charged particles surviving RR when radiative splitting ON should be split to avoid having heavy photons. This should happen in EGSnrc, but it is not implemented...
There is a [WSL bug](https://github.com/Microsoft/WSL/issues/3023) which prevents `libQt5Core.so.5` from being treated as a suitable library, hence GUIs can't be compiled. Here is the workaround: ``` $ find /usr -name libQt5Core.so.5...
- Total fluence normalization bug during output: `norm /= volume[k];` reduces normalization for $` \Phi[k]`$ by $`V[k-1]*V[k-2]*...*V[1] `$ changed to `norm = norma/volume[k];` - Fix issue #1002 - Read user-requested...