Changeset 19613 for trunk/Mars


Ignore:
Timestamp:
09/02/19 23:35:30 (5 years ago)
Author:
tbretz
Message:
Simplification
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msimreflector/MFresnelLens.cc

    r19612 r19613  
    280280
    281281    // Check where the ray has hit
    282     const double pr = p.R();
    283 
    284282    // If the ray has not hit within the right radius.. reject
    285     if (pr<=r0 || pr>r1)
     283    if (p.R()<=r0 || p.R()>r1)
    286284        return -1;
    287285
Note: See TracChangeset for help on using the changeset viewer.