Skip to content

Commit

Permalink
Update Source/FieldSolver/ImplicitSolvers/SemiImplicitEM.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
  • Loading branch information
lucafedeli88 and ax3l authored Sep 5, 2024
1 parent b97aa3f commit a62afea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/FieldSolver/ImplicitSolvers/SemiImplicitEM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ void SemiImplicitEM::PrintParameters () const
amrex::Print() << "Nonlinear solver type: Newton\n";
}
m_nlsolver->PrintParams();
amrex::Print() << "-----------------------------------------------------------\n";
amrex::Print() << "\n";
amrex::Print() << "-----------------------------------------------------------\n\n";
}

void SemiImplicitEM::OneStep ( amrex::Real a_time,
Expand Down

0 comments on commit a62afea

Please sign in to comment.