Skip to content

Commit

Permalink
Removing trailing whitespace.
Browse files Browse the repository at this point in the history
Signed-off-by: S. Eric Clark <[email protected]>
  • Loading branch information
clarkse committed Feb 4, 2025
1 parent aa01df3 commit 829dd31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ void FiniteDifferenceSolver::HybridPICSolveECylindrical (
nabla2Jz = T_Algo::Dr_rDr_over_r(Jz, r, dr, coefs_r, n_coefs_r, i, j, 0, 0)
+ T_Algo::Dzz(Jz, coefs_z, n_coefs_z, i, j, 0, 0);
}

Ez(i, j, 0) -= eta_h * nabla2Jz;
}
}
Expand Down

0 comments on commit 829dd31

Please sign in to comment.