Skip to content

Commit 5a45b11

Browse files
committed
new name for enum
1 parent 747d860 commit 5a45b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/TRestGeant4PrimaryGeneratorInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ EnergyDistributionTypes StringToEnergyDistributionTypes(const std::string&);
4848

4949
enum class EnergyDistributionFormulas {
5050
COSMIC_NEUTRONS,
51-
COSMIC_GAMMAS,
51+
COSMIC,
5252
};
5353

5454
std::string EnergyDistributionFormulasToString(const EnergyDistributionFormulas&);

0 commit comments

Comments
 (0)