IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2013, 4:11:54 PM (13 years ago)
Author:
eugene
Message:

merge from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psLib/src/math/psEllipse.c

    r36149 r36197  
    224224    double p = PS_SQR(pol.e0) + PS_SQR(q) - 2.0*q*pol.e0;
    225225
    226     double f1 = 4*pol.e0 / p;
    227     double f2 = 4*q / p;
     226    // double f1 = 4*pol.e0 / p;
     227    // double f2 = 4*q      / p;
    228228   
    229229    double sxr = 2.0*(pol.e0 - pol.e1) / p;
Note: See TracChangeset for help on using the changeset viewer.