Changeset 470 in Sophya for trunk/SophyaLib/Samba/circle.cc


Ignore:
Timestamp:
Oct 15, 1999, 5:43:30 PM (26 years ago)
Author:
ansari
Message:

versions templatees, NdataBlocks etc. 15-OCT-99-GLM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/circle.cc

    r262 r470  
    120120}
    121121
    122 UnitVector Circle::ConvCircleSphere(double psi) const
     122UnitVector Circle::ConvToSphere(double psi) const
    123123{
    124124  psi=mod(psi,pi2);
     
    157157{
    158158  psi=mod(psi,pi2);
    159   return ConvCircleSphere(psi).EPhi();
     159  return ConvToSphere(psi).EPhi();
    160160}
    161161
     
    163163{
    164164  psi=mod(psi,pi2);
    165   return ConvCircleSphere(psi).ETheta();
     165  return ConvToSphere(psi).ETheta();
    166166}
    167167
Note: See TracChangeset for help on using the changeset viewer.