Index: trunk/Mars/msimreflector/MFresnelLens.cc
===================================================================
--- trunk/Mars/msimreflector/MFresnelLens.cc	(revision 19609)
+++ trunk/Mars/msimreflector/MFresnelLens.cc	(revision 19610)
@@ -264,8 +264,8 @@
 
     const double so    = rc / sqrt(rc*rc + F*F);
-    const double theta = atan(so / (1-sqrt(n0*n0 - so*so)));
+    const double alpha = atan(so / (1-sqrt(n0*n0 - so*so)));
 
     //             theta                   peak_z
-    const Groove g(TMath::Pi()/2 + theta, -r0*tan(theta));
+    const Groove g(TMath::Pi()/2 + alpha, -r0*tan(alpha));
 
     // Calculate the insersection between the ray and the cone
@@ -289,5 +289,5 @@
     // FIXME: Surface roughness?
     TVector3 norm;;
-    norm.SetMagThetaPhi(1, theta, p.XYvector().Phi());
+    norm.SetMagThetaPhi(1, alpha, p.XYvector().Phi());
 
     // Apply refraction at lens entrance (change directional vector)
