Changeset 525 in Sophya for trunk/SophyaLib/Samba/spherepos.cc


Ignore:
Timestamp:
Oct 27, 1999, 12:45:47 PM (26 years ago)
Author:
ansari
Message:

Corrections bugs , Reza 27/10/99

File:
1 edited

Legend:

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

    r518 r525  
    11#include "spherepos.h"
    22
    3 static char *head_spherepos_cc_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/Samba/spherepos.cc,v 1.1 1999-10-26 14:31:40 ansari Exp $";
     3static char *head_spherepos_cc_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/Samba/spherepos.cc,v 1.2 1999-10-27 10:45:47 ansari Exp $";
    44
    55
     
    1414  id_ = id;
    1515  description_ = description;
     16}
     17
     18SphereCoordSys::~SphereCoordSys()
     19{
    1620}
    1721
     
    6064}
    6165
     66SpherePosition::~SpherePosition()
     67{
     68if (cs_) delete cs_;
     69}
     70
    6271UnitVector SpherePosition::Transform(const SphereCoordSys& cs) const
    6372{
Note: See TracChangeset for help on using the changeset viewer.