Skip to content

Commit

Permalink
Update Source/ablastr/fields/PoissonSolver.H
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe authored Sep 25, 2024
1 parent 568630b commit 5a628c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ablastr/fields/PoissonSolver.H
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ computePhi (
post_phi_calculation.value()(mlmg, lev);
}
}
rho[lev]->mult(-ablastr::constant::SI::ep0); // Divide rho by epsilon again
rho[lev]->mult(-ablastr::constant::SI::ep0); // Multiply rho by epsilon again

} // loop over lev(els)
} // computePhi
Expand Down

0 comments on commit 5a628c2

Please sign in to comment.