From 3fde18912506bbfeeeaacc255f0c8a66ab2e2a05 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Fri, 11 Dec 2020 09:16:54 -0800 Subject: PSATD Runtime Control (#1300) * Docs: PSATD Runtime Option * Tests: PSATD Runtime Option Add new runtime option to PSATD regression test matrix. * PICMI: PSATD runtime option * Source: PSATD Runtime Option --- Source/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/main.cpp') diff --git a/Source/main.cpp b/Source/main.cpp index 0ac1e9358..7f4a7cc46 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -36,7 +36,9 @@ int main(int argc, char* argv[]) ConvertLabParamsToBoost(); +#ifdef WARPX_DIM_RZ CheckGriddingForRZSpectral(); +#endif WARPX_PROFILE_VAR("main()", pmain); -- cgit v1.2.3