Skip to content

Commit

Permalink
Merge branch 'add_feature_projection_div_cleaner' of github.com:clark…
Browse files Browse the repository at this point in the history
…se/WarpX into add_feature_projection_div_cleaner
  • Loading branch information
clarkse committed Jun 26, 2024
2 parents ac2140b + 1b2e238 commit 93afe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Initialization/DivCleaner/ProjectionDivCleaner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ ProjectionDivCleaner::setSourceFromBfield ()
auto & warpx = WarpX::GetInstance();
const auto& geom = warpx.Geom();

// This function will compute -divB and sotre in the source multifab
// This function will compute -divB and store it in the source multifab
for (int ilev = 0; ilev < m_levels; ++ilev)
{
// Zero out source multifab
Expand Down

0 comments on commit 93afe5d

Please sign in to comment.