Changeset 19612 for trunk/Mars/msimreflector/MFresnelLens.cc
- Timestamp:
- 09/02/19 23:34:47 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msimreflector/MFresnelLens.cc
r19611 r19612 264 264 265 265 const double so = rc / sqrt(rc*rc + F*F); 266 const double alpha = atan(so / (1-sqrt(n0*n0 - so*so))); 266 const double alpha = atan(so / (1-sqrt(n0*n0 - so*so))); // alpha<0 267 267 268 268 // theta peak_z … … 276 276 return -1; 277 277 278 // Propagate to the hit point 278 // Propagate to the hit point at z=dz (dz<0) 279 279 p.PropagateZ(u, dz); 280 280
Note:
See TracChangeset
for help on using the changeset viewer.