aboutsummaryrefslogtreecommitdiff
path: root/src/sno.h
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-08-27 11:20:26 -0500
committertlatorre <tlatorre@uchicago.edu>2018-08-27 11:20:26 -0500
commit73f6b9d059436497bb5f95d7b60919d18e120b6e (patch)
tree23c752fb926ef15e46e1a12480b6a22f3445061f /src/sno.h
parenta84cfbe584580f08ca0a88f176cb49cdf801665e (diff)
downloadsddm-73f6b9d059436497bb5f95d7b60919d18e120b6e.tar.gz
sddm-73f6b9d059436497bb5f95d7b60919d18e120b6e.tar.bz2
sddm-73f6b9d059436497bb5f95d7b60919d18e120b6e.zip
update code to use get_index_snoman* functions to calculate the index of refraction
Diffstat (limited to 'src/sno.h')
-rw-r--r--src/sno.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sno.h b/src/sno.h
index eebb297..4ed0f04 100644
--- a/src/sno.h
+++ b/src/sno.h
@@ -11,9 +11,9 @@
* From Tsing-Lien Chang. "Density of Heavy Water." Nature. May 7, 1949. */
#define WATER_DENSITY 0.99973
-/* Radius of the AV in mm. */
-#define AV_RADIUS_INNER 6005.0
-#define AV_RADIUS_OUTER 6060.0
-#define AV_RADIUS 6032.5
+/* Radius of the AV in cm. */
+#define AV_RADIUS_INNER 600.50
+#define AV_RADIUS_OUTER 606.00
+#define AV_RADIUS 603.25
#endif