Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 177
    • Merge requests 177
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !23594

Merged
Created May 21, 2019 by John Derek Chapman@jchapmanDeveloper

ISF Syntax Tidying

  • Overview 3
  • Commits 2
  • Pipelines 1
  • Changes 5

Now BaseSimulatorTool::setupEventST just calls BaseSimulatorTool::setupEvent and BaseSimulatorTool::releaseEventST just calls BaseSimulatorTool::releaseEvent rather than being independent methods. This means that derived classes by default only need to define setupEvent and releaseEvent unless there is specialisation required for the ST cases. This allows the syntax of some derived classes to be simplified (FastrasSimTool and TransportTool) and fixes a warning message about ParticleKillerTool.

Also corrected typos in two log messages in SimKernel.cxx.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ParticleKillerFix_master