Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ambiguous terminology with "restart" across EGSnrc #1215

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Nov 3, 2024

  1. Fix #1210: replace "restart" with "resume"

    Address a long-standing semantic confusion in EGSnrc. The term "restart"
    has been used ambiguously to describe resuming a simulation after an
    interruption (e.g., a power failure). Use "resume" instead to accurately
    reflect continuing from where the simulation left off. Restarting
    conveys the idea that the simulation is starting over from the
    beginning.
    ftessier committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    af4bb76 View commit details
    Browse the repository at this point in the history
  2. Clarify phase space file "restart" as a "rewind"

    Address another long-standing semantic confusion in EGSnrc. The term
    "restart" was used ambiguously to describe rewinding a phase space file
    after reaching the end, when more particles are requested. Use "rewind"
    to accurately reflect starting from the beginning of the file again,
    aligning with the programming concept of rewinding a file.
    ftessier committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    c23e9c2 View commit details
    Browse the repository at this point in the history
  3. Remove remaining mentions of "restart" for clarity

    Eliminate the last occurrences of "restart" in the EGSnrc repository.
    Previously, "restart" was used ambiguously to mean relaunching a
    process, resuming a simulation, or rewinding a phase space file. These
    actions are now distinctly referred to as "relaunch", "resume", and
    "rewind". To avoid confusion with past terminology, the generic term
    "restart" is no longer used in EGSnrc, as of this commit.
    ftessier committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    adb9e36 View commit details
    Browse the repository at this point in the history