Skip to content

Commit

Permalink
fix clang-tidy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Sep 18, 2024
1 parent 5976c62 commit 796c583
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void LabFrameExplicitES::ComputeSpaceChargeField (

const MultiLevelScalarField rho_fp = fields.get_mr_levels("rho_fp", max_level);
const MultiLevelScalarField rho_cp = fields.get_mr_levels("rho_cp", max_level);
MultiLevelScalarField phi_fp = fields.get_mr_levels("phi_fp", max_level);
const MultiLevelScalarField phi_fp = fields.get_mr_levels("phi_fp", max_level);
const MultiLevelVectorField Efield_fp = fields.get_mr_levels_alldirs("Efield_fp", max_level);

mpc.DepositCharge(rho_fp, 0.0_rt);
Expand Down

0 comments on commit 796c583

Please sign in to comment.