Skip to content

Commit

Permalink
Fix name of argument for ThetaImplicitEM::FinishFieldUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgrote committed Dec 7, 2024
1 parent 518bf97 commit baf5d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/FieldSolver/ImplicitSolvers/ThetaImplicitEM.H
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private:
* \brief Nonlinear solver is for the time-centered values of E. After
* the solver, need to use m_E and m_Eold to compute E^{n+1}
*/
void FinishFieldUpdate ( amrex::Real a_new_time );
void FinishFieldUpdate ( amrex::Real end_time );

};

Expand Down

0 comments on commit baf5d03

Please sign in to comment.