From 81adc1f2f68a65bf54eeea886f404077888d1a53 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Wed, 14 Aug 2019 17:05:26 -0500 Subject: [PATCH] reduced SHMS DC sigma back to original values --- simc/shms/hut.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simc/shms/hut.inc b/simc/shms/hut.inc index b6f6456..3680e45 100755 --- a/simc/shms/hut.inc +++ b/simc/shms/hut.inc @@ -122,8 +122,8 @@ c planes will be two sets of 2u,2v,2x but need to mock it by 2 sets of 4x,2y c planes 2 and 5 in group of 6 are y planes c real*8 hdc_sigma(1:12)/ 0.024,0.014,0.024,0.017,0.014,0.017, c > 0.024,0.014,0.024,0.017,0.014,0.017/ - real*8 hdc_sigma(1:12)/ 0.030,0.030,0.030,0.030,0.030,0.030, - > 0.030,0.030,0.030,0.030,0.030,0.030/ + real*8 hdc_sigma(1:12)/ 0.020,0.020,0.020,0.020,0.020,0.020, + > 0.020,0.020,0.020,0.020,0.020,0.020/ C Wire plane positions, construct hdc_zpos array using these parameters -- GitLab