Skip to content

Commit

Permalink
Correct inaccurate comment in IGF code (#5438)
Browse files Browse the repository at this point in the history
I forgot to update the comment in this PR:
#5335
  • Loading branch information
RemiLehe authored Nov 4, 2024
1 parent c1cd7ab commit bae146f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ablastr/fields/IntegratedGreenFunctionSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ computePhiIGF ( amrex::MultiFab const & rho,
tmp_G.setVal(0);

BL_PROFILE_VAR_START(timer_pcopies);
// Copy from rho including its ghost cells to tmp_rho
// Copy from rho to tmp_rho
tmp_rho.ParallelCopy( rho, 0, 0, 1, amrex::IntVect::TheZeroVector(), amrex::IntVect::TheZeroVector() );
BL_PROFILE_VAR_STOP(timer_pcopies);

Expand Down

0 comments on commit bae146f

Please sign in to comment.