python bindings to be tested (arm vs intep python issues)
This commit is contained in:
@@ -58,6 +58,9 @@ void ActionInitialization::BuildForMaster() const
|
||||
void ActionInitialization::Build() const
|
||||
{
|
||||
auto gen = new PrimaryGeneratorAction;
|
||||
gen->setMinPartEnergy(minEnergy);
|
||||
gen->setMaxPartEnergy(maxEnergy);
|
||||
gen->setPartSpecies(partSpecies);
|
||||
SetUserAction(gen);
|
||||
auto runact = new RunAction;
|
||||
SetUserAction(runact);
|
||||
|
||||
Reference in New Issue
Block a user