From d5329478fa9726c81ffd8e6c1af6f8ef93d0b427 Mon Sep 17 00:00:00 2001 From: Miren Radia Date: Fri, 4 Aug 2023 09:15:45 +0100 Subject: [PATCH] Params: Fix for AMReX line continuation changes Following AMReX-Codes/amrex#3433 and AMReX-Codes/amrex#3437, line continuation is only supported with a '\' character. --- Examples/BinaryBH/inputs.test | 10 ++++------ Examples/BinaryBH/params_profile.txt | 6 ++---- Examples/BinaryBH/params_test.txt | 6 ++---- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/Examples/BinaryBH/inputs.test b/Examples/BinaryBH/inputs.test index b77f7ddc..1073f17d 100644 --- a/Examples/BinaryBH/inputs.test +++ b/Examples/BinaryBH/inputs.test @@ -96,12 +96,10 @@ lo_boundary = 1 1 2 # 0 = even # 1,2,3 = odd x, y, z # 7 = odd xyz -vars_parity = 0 0 4 6 0 5 0 #chi and hij - 0 0 4 6 0 5 0 #K and Aij - 0 1 2 3 #Theta and Gamma - 0 1 2 3 1 2 3 #lapse shift and B -vars_parity_diagnostic = 0 1 2 3 #Ham and Mom - 0 7 #Weyl +vars_parity = 0 0 4 6 0 5 0 0 0 4 6 0 5 0 0 1 2 3 0 1 2 3 1 2 3 + #chi and hij K and Aij Theta and Gamma Gauge +vars_parity_diagnostic = 0 1 2 3 0 7 + #Ham and Mom Weyl # if sommerfeld boundaries selected, must select # non zero asymptotic values diff --git a/Examples/BinaryBH/params_profile.txt b/Examples/BinaryBH/params_profile.txt index 724bdd7c..7a1e1e04 100644 --- a/Examples/BinaryBH/params_profile.txt +++ b/Examples/BinaryBH/params_profile.txt @@ -70,10 +70,8 @@ lo_boundary = 1 1 2 # 0 = even # 1,2,3 = odd x, y, z # 7 = odd xyz -vars_parity = 0 0 4 6 0 5 0 #chi and hij - 0 0 4 6 0 5 0 #K and Aij - 0 1 2 3 #Theta and Gamma - 0 1 2 3 1 2 3 #lapse shift and B +vars_parity = 0 0 4 6 0 5 0 0 0 4 6 0 5 0 0 1 2 3 0 1 2 3 1 2 3 + #chi and hij K and Aij Theta and Gamma Gauge # if sommerfeld boundaries selected, must select # non zero asymptotic values diff --git a/Examples/BinaryBH/params_test.txt b/Examples/BinaryBH/params_test.txt index 44e5b4aa..29354a22 100644 --- a/Examples/BinaryBH/params_test.txt +++ b/Examples/BinaryBH/params_test.txt @@ -61,10 +61,8 @@ lo_boundary = 1 1 2 # 0 = even # 1,2,3 = odd x, y, z # 7 = odd xyz -vars_parity = 0 0 4 6 0 5 0 #chi and hij - 0 0 4 6 0 5 0 #K and Aij - 0 1 2 3 #Theta and Gamma - 0 1 2 3 1 2 3 #lapse shift and B +vars_parity = 0 0 4 6 0 5 0 0 0 4 6 0 5 0 0 1 2 3 0 1 2 3 1 2 3 + #chi and hij K and Aij Theta and Gamma Gauge # if sommerfeld boundaries selected, must select # non zero asymptotic values