aboutsummaryrefslogtreecommitdiff
path: root/Source/main.cpp
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2020-12-11 09:16:54 -0800
committerGravatar GitHub <noreply@github.com> 2020-12-11 09:16:54 -0800
commit3fde18912506bbfeeeaacc255f0c8a66ab2e2a05 (patch)
tree7d330e5ffc1fc8a540fd7d3a3bdee1072b7a1d2e /Source/main.cpp
parenta7ba409b4cd0ce437d06f39fe6918745bf4407d5 (diff)
downloadWarpX-3fde18912506bbfeeeaacc255f0c8a66ab2e2a05.tar.gz
WarpX-3fde18912506bbfeeeaacc255f0c8a66ab2e2a05.tar.zst
WarpX-3fde18912506bbfeeeaacc255f0c8a66ab2e2a05.zip
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
Diffstat (limited to 'Source/main.cpp')
-rw-r--r--Source/main.cpp2
1 files changed, 2 insertions, 0 deletions
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);