We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d99a47 commit 2193584Copy full SHA for 2193584
include/A2FileGenerator.hh
@@ -32,7 +32,8 @@ public:
32
kNone,
33
kMkin,
34
kPluto,
35
- kPlutoCocktail
+ kPlutoCocktail,
36
+ kGiBUU
37
};
38
39
protected:
src/A2FileGenerator.cc
@@ -90,6 +90,8 @@ void A2FileGenerator::Print() const
90
type = "Pluto";
91
else if (fType == kPlutoCocktail)
92
type = "Pluto Cocktail";
93
+ else if (fType == kGiBUU)
94
+ type = "GiBUU";
95
else
96
type = "Unknown";
97
0 commit comments