Index: /trunk/Mars/msimreflector/MFresnelLens.cc
===================================================================
--- /trunk/Mars/msimreflector/MFresnelLens.cc	(revision 19612)
+++ /trunk/Mars/msimreflector/MFresnelLens.cc	(revision 19613)
@@ -280,8 +280,6 @@
 
     // Check where the ray has hit
-    const double pr = p.R();
-
     // If the ray has not hit within the right radius.. reject
-    if (pr<=r0 || pr>r1)
+    if (p.R()<=r0 || p.R()>r1)
         return -1;
 
