Skip to content

Commit

Permalink
fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Apr 6, 2018
1 parent c7417ad commit e56ac9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NyxParticleContainer.H
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public:
if (finestLevel() == 0) {
amrex::NeighborParticleContainer<NSR,NSI>::AssignDensityFort(0, mf, lev_min, ncomp, finest_level);
} else {
amrex::NeighborParticleContainer<NSR,NSI>::AssignDensity(0, sub_cycle, mf, lev_min, ncomp, finest_level, grow);
amrex::NeighborParticleContainer<NSR,NSI>::AssignDensity(0, sub_cycle, mf, lev_min, ncomp, finest_level, ngrow);
}
}

Expand Down

0 comments on commit e56ac9d

Please sign in to comment.