Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Nov 8, 2023
1 parent 6325f12 commit 3daddc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgr/Dyson/Export/AgROOT.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ class StarGeometry {
/// Construct geometry with the specified tag, and return wrapped in a TDataSet
static TDataSet* Construct( const char* name = "%s");
static bool List ( const char* name = "%s");
static void Whitelist( const char* name, int value=1 ){ whitelist[std::string(name)]=value; }
static void Whitelist( char* name, int value=1 ){ whitelist[std::string(name)]=value; }
static void InitAgML ( const char* stacker="StarTGeoStacker");
StarGeometry(){ /* nada */ };
virtual ~StarGeometry(){ /* nada */ }
Expand Down

0 comments on commit 3daddc2

Please sign in to comment.