Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Jul 15, 2024
1 parent d6d65ed commit d14417a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ERF_make_new_arrays.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ ERF::update_diffusive_arrays (int lev, const BoxArray& ba, const DistributionMap

if (l_use_diff) {
//
// NOTE: We require ghost cells in the vertical when allowing grids that don't
// NOTE: We require ghost cells in the vertical when allowing grids that don't
// cover the entire vertical extent of the domain at this level
//
Tau11_lev[lev] = std::make_unique<MultiFab>( ba , dm, 1, IntVect(1,1,1) );
Expand Down

0 comments on commit d14417a

Please sign in to comment.