From 4bc9c6cf6c29a0549ef3ef10f6e3709e3d20cfbd Mon Sep 17 00:00:00 2001 From: AMLattanzi Date: Fri, 21 Jul 2023 07:32:45 -0700 Subject: [PATCH] Fix parm parse w/ couette. --- Exec/RegTests/CouetteFlow/inputs_couette_x | 2 +- Exec/RegTests/CouetteFlow/inputs_couette_y | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Exec/RegTests/CouetteFlow/inputs_couette_x b/Exec/RegTests/CouetteFlow/inputs_couette_x index 769d04233..d5d2d63e5 100644 --- a/Exec/RegTests/CouetteFlow/inputs_couette_x +++ b/Exec/RegTests/CouetteFlow/inputs_couette_x @@ -50,7 +50,7 @@ erf.dynamicViscosity = 0.1 # PROBLEM PARAMETERS prob.rho_0 = 1.0 prob.T_0 = 300.0 -// NOTE: this u_0 should match the zhi.velocity specified above +# NOTE: this u_0 should match the zhi.velocity specified above prob.u_0 = 2.0 prob.v_0 = 0.0 prob.w_0 = 0.0 diff --git a/Exec/RegTests/CouetteFlow/inputs_couette_y b/Exec/RegTests/CouetteFlow/inputs_couette_y index 85272db01..23d21c890 100644 --- a/Exec/RegTests/CouetteFlow/inputs_couette_y +++ b/Exec/RegTests/CouetteFlow/inputs_couette_y @@ -50,7 +50,7 @@ erf.dynamicViscosity = 0.1 # PROBLEM PARAMETERS prob.rho_0 = 1.0 prob.T_0 = 300.0 -// NOTE: this v_0 should match the zhi.velocity specified above +# NOTE: this v_0 should match the zhi.velocity specified above prob.u_0 = 0.0 prob.v_0 = 2.0 prob.w_0 = 0.0