aboutsummaryrefslogtreecommitdiff
path: root/src/sno.h
diff options
context:
space:
mode:
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