From 53cfa0645365a5b02709db959cedf8c30834d749 Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Fri, 17 Jan 2025 13:07:54 +0100 Subject: [PATCH] remove function from header --- Source/WarpX.H | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Source/WarpX.H b/Source/WarpX.H index 2c949cb514a..ccbbe0f7c2d 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -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.