From f85db6f0fe82ee945229de22b5686bf5ae7f4d62 Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Thu, 29 Feb 2024 12:11:01 -0700 Subject: [PATCH] comented out unneeded non-mprs periods --- .../resources/gmm/coeffs/MotazedianAtkinson05_interp.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/gmm/coeffs/MotazedianAtkinson05_interp.csv b/src/main/resources/gmm/coeffs/MotazedianAtkinson05_interp.csv index f16c6510..8c97ab78 100644 --- a/src/main/resources/gmm/coeffs/MotazedianAtkinson05_interp.csv +++ b/src/main/resources/gmm/coeffs/MotazedianAtkinson05_interp.csv @@ -1,14 +1,14 @@ T, f, c1, c2, c3, c4 10, 0.10, 1.62, 0.91212, -0.10486, -0.00092 7.5, 0.13, 1.80, 0.90635, -0.11886, -0.00081 -6, 0.16, 1.98, 0.89009, -0.13157, -0.00064 +#6, 0.16, 1.98, 0.89009, -0.13157, -0.00064 5, 0.20, 2.16, 0.87177, -0.14444, -0.00052 4, 0.25, 2.36, 0.84583, -0.15306, -0.00048 3, 0.32, 2.55, 0.81112, -0.16625, -0.00044 -2.5, 0.40, 2.74, 0.78035, -0.17792, -0.00050 +#2.5, 0.40, 2.74, 0.78035, -0.17792, -0.00050 2, 0.50, 2.89, 0.73416, -0.17060, -0.00056 1.5, 0.63, 3.04, 0.67664, -0.15973, -0.00061 -1.25, 0.79, 3.20, 0.63441, -0.15706, -0.00080 +#1.25, 0.79, 3.20, 0.63441, -0.15706, -0.00080 1, 1.00, 3.35, 0.56986, -0.14377, -0.00086 0.8, 1.26, 3.47, 0.49700, -0.11945, -0.00105 0.75, 0, 0, 0, 0, 0 -- GitLab