From 5a628c2af4d77dcaeaf91bf77b09a66223676c33 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Tue, 24 Sep 2024 17:06:11 -0700 Subject: [PATCH] Update Source/ablastr/fields/PoissonSolver.H --- Source/ablastr/fields/PoissonSolver.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ablastr/fields/PoissonSolver.H b/Source/ablastr/fields/PoissonSolver.H index cc2f7b456fb..ad825fdbe6b 100644 --- a/Source/ablastr/fields/PoissonSolver.H +++ b/Source/ablastr/fields/PoissonSolver.H @@ -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