Reid Townson

Results 27 issues of Reid Townson

See original report here: https://www.reddit.com/r/EGSnrc/comments/r9idid/dose_dependence_on_radionuclide_source_spectrum/

bug
critical

### Discussed in https://github.com/nrc-cnrc/EGSnrc/discussions/803 Originally posted by **phantasuson** December 1, 2021 ![image](https://user-images.githubusercontent.com/80371548/144355513-42cad2b0-a9bd-4b7c-a3e5-fcdb2f24dc35.png)

bug
gui

When using both `material.dat` and density correction files for pegsless materials, e.g. ``` material data file=C:\Users\Townsonr\EGSnrc\HEN_HOUSE\pegs4\data\material.dat :start tungstenAlloy: density correction file= tungsten bremsstrahlung correction= KM :stop tungstenAlloy: ``` many warnings...

bug

It seems that you have to manually go into the `HEN_HOUSE/omega/progs/beamdp` directory and type `make` to compile beamdp again, without needing to change anything. This was mentioned down in the...

installation

An infinite loop occurs when using a closed prism with a surface on the origin. In the case below, the issue only happens when the prism is surrounded by vacuum....

bug

It appears that one of the changes we've made (it was probably me) to fix other geometry errors has introduced a new one for CD geometries, that arises in this...

bug

The mortran codes crash if they have been compiled with -fbounds-check. The error looks like this: ``` At line 17895 of file dosxyznrc_test.F Fortran runtime error: Substring out of bounds:...

bug
compilation

A segmentation fault occurs when only an electric field is specified: ``` Electric Field = 1000,0,0 EM ESTEPE = 0.2 ``` the error is resolved when you provide a zero...

bug

Fix compilation failure of BEAMnrc accelerators since the addition of git has logging and compile time logging in PR #414. This also adds back printing of the git hash, which...

compilation

This builds on PR #1022 by adding similar support of motion for shapes. This is useful if you're using a shape to define a source shape (e.g. a collimated source...

improvement