Skip to content

Commit

Permalink
Merge pull request enzo-project#217 from gregbryan/galsim-particle
Browse files Browse the repository at this point in the history
Very small GalaxySimulation fix (to initialize particle boundary type)
  • Loading branch information
bwoshea authored Jan 9, 2024
2 parents 11ccaba + 54193b8 commit 8016fe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/enzo/GalaxySimulationInitialize.C
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ int GalaxySimulationInitialize(FILE *fptr, FILE *Outfptr,
if (MetaData.TopGridRank > 2)
Exterior.InitializeExternalBoundaryFace(2, inflow, outflow,
InflowValue, Dummy);
Exterior.InitializeExternalBoundaryParticles(MetaData.ParticleBoundaryType);

/* Set Global Variables for RPS Wind (see ExternalBoundary_SetGalaxySimulationBoundary.C)*/

Expand Down

0 comments on commit 8016fe9

Please sign in to comment.