You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow for #30 the particle's component-position index must be a 1-based index. The change to 0-based indexing must be undone to use the upstream runtime files due to the initialization of _particle->_index = 1 in mcsetstate in both mcstas-r.c and mcxtrace-r.c
The text was updated successfully, but these errors were encountered:
This is only a problem in raytrace_all_funnel, which was never tested in mccode-antlr.
The 'normal' raytrace function was switched back to 1-based indexing at some point in the past.
g5t
linked a pull request
Dec 9, 2023
that will
close
this issue
To allow for #30 the particle's component-position index must be a 1-based index. The change to 0-based indexing must be undone to use the upstream runtime files due to the initialization of
_particle->_index = 1
inmcsetstate
in bothmcstas-r.c
andmcxtrace-r.c
The text was updated successfully, but these errors were encountered: