diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-08-27 11:20:26 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-08-27 11:20:26 -0500 |
commit | 73f6b9d059436497bb5f95d7b60919d18e120b6e (patch) | |
tree | 23c752fb926ef15e46e1a12480b6a22f3445061f /src/sno.h | |
parent | a84cfbe584580f08ca0a88f176cb49cdf801665e (diff) | |
download | sddm-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.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |