Skip to content

Commit

Permalink
Merge pull request #95 from nataraj2/HDF5_Lightcone
Browse files Browse the repository at this point in the history
Minor change
  • Loading branch information
jmsexton03 authored Sep 5, 2024
2 parents d470ede + e915533 commit 708f578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exec/ParticleFilterTest/DarkMatterParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ void store_dm_particle_single (amrex::ParticleContainer<1+AMREX_SPACEDIM, 0>::Su

Real xlen, ylen, zlen;
//printf("Value is %d\n", maxind);
int local_index=0;
int local_index=-1;
for(int idir=-maxind[0];idir<=maxind[0];idir++)
for(int jdir=-maxind[1];jdir<=maxind[1];jdir++)
for(int kdir=-maxind[2];kdir<=maxind[2];kdir++)
Expand Down

0 comments on commit 708f578

Please sign in to comment.