Rename corsika::State
enum class State { Unknown, Solid, Liquid, Gas, DiatomicGas };
Rename this to reflect the fact that it refers to state of matter. State can be useful in other context.
IAP GITLAB
enum class State { Unknown, Solid, Liquid, Gas, DiatomicGas };
Rename this to reflect the fact that it refers to state of matter. State can be useful in other context.