celeritas-project / celeritas

Celeritas is a new Monte Carlo transport code designed to accelerate scientific discovery in high energy physics by improving detector simulation throughput and energy efficiency using GPUs.
https://celeritas-project.github.io/celeritas/user/index.html
Other
62 stars 33 forks source link

Tweak documentation in CoreState #1279

Closed sethrj closed 3 months ago

sethrj commented 3 months ago

This standardizes the formatting of the documentation in CoreState relating to the action diagnostics. It also removes a few unhelpful constexpr annotations, and corrects a semantic issue by changing a string data accessor to c_str.

(Split off from #1278 )