From ceb609472547935b056911643564860190a0a165 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 16 Jul 2019 11:18:36 -0500 Subject: delete some unused #defines and add a comment to the PSUP radius --- src/sno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sno.h') diff --git a/src/sno.h b/src/sno.h index 99847c5..8089751 100644 --- a/src/sno.h +++ b/src/sno.h @@ -32,7 +32,7 @@ #define AV_RADIUS_OUTER 606.00 #define AV_RADIUS 603.25 #define AV_THICKNESS 6.5 -/* FIXME: is this right? */ +/* Approximate radius of the PSUP in cm. */ #define PSUP_RADIUS 840.0 #endif -- cgit