aboutsummaryrefslogtreecommitdiff
path: root/src/decode_pars.F77
diff options
context:
space:
mode:
Diffstat (limited to 'src/decode_pars.F77')
-rw-r--r--src/decode_pars.F772
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decode_pars.F77 b/src/decode_pars.F77
index 1b7da46..d51bb4a 100644
--- a/src/decode_pars.F77
+++ b/src/decode_pars.F77
@@ -76,6 +76,8 @@ c black hole spacetimes
decoded_exact_model = EXACT__Kerr_BoyerLindquist
elseif (CCTK_Equals(exact_model, "Kerr/Kerr-Schild") .ne. 0) then
decoded_exact_model = EXACT__Kerr_KerrSchild
+ elseif (CCTK_Equals(exact_model, "Kerr/Kerr-Schild/spherical") .ne. 0) then
+ decoded_exact_model = EXACT__Kerr_KerrSchild_spherical
elseif (CCTK_Equals(exact_model, "Schwarzschild-Lemaitre") .ne. 0) then
decoded_exact_model = EXACT__Schwarzschild_Lemaitre
elseif (CCTK_Equals(exact_model, "multi-BH") .ne. 0) then