Skip to content

Commit

Permalink
remove function from header
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Jan 17, 2025
1 parent fda3e40 commit 53cfa06
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Source/WarpX.H
Original file line number Diff line number Diff line change
Expand Up @@ -1583,13 +1583,6 @@ private:
[[nodiscard]]
bool checkStopSimulation (amrex::Real cur_time);

/** Print Unused Parameter Warnings after Step 1
*
* Instead of waiting for a simulation to end, we already do an early "unused parameter check"
* after step 1 to inform users early of potential issues with their simulation setup.
*/
void checkEarlyUnusedParams ();

/** Perform essential particle house keeping at boundaries
*
* Inject, communicate, scrape and sort particles.
Expand Down

0 comments on commit 53cfa06

Please sign in to comment.