Skip to content

Commit

Permalink
deprecate hipace.do_adaptive_time_step (#619)
Browse files Browse the repository at this point in the history
* deprecate hipace.do_adaptive_time_step

* change back to See
  • Loading branch information
SeverinDiederichs authored Nov 17, 2021
1 parent 04c0094 commit f33972d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/AdaptiveTimeStep.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "AdaptiveTimeStep.H"
#include "utils/DeprecatedInput.H"
#include "Hipace.H"
#include "HipaceProfilerWrapper.H"
#include "Constants.H"
Expand All @@ -23,6 +24,7 @@ AdaptiveTimeStep::AdaptiveTimeStep ()
m_do_adaptive_time_step = true;
queryWithParser(ppa, "nt_per_betatron", m_nt_per_betatron);
}
DeprecatedInput("hipace", "do_adaptive_time_step", "dt = adaptive");
}

#ifdef AMREX_USE_MPI
Expand Down

0 comments on commit f33972d

Please sign in to comment.