Changeset 3866 in Sophya for trunk/SophyaLib/SkyMap


Ignore:
Timestamp:
Aug 12, 2010, 2:04:08 PM (15 years ago)
Author:
ansari
Message:

Ajout destructeur virtuel Vector3d,UnitVector, Reza 12/08/2010

Location:
trunk/SophyaLib/SkyMap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/unitvector.h

    r2322 r3866  
    2323  UnitVector(const Vector3d&);
    2424 
     25  virtual ~UnitVector() { }
     26
    2527  /*virtual*/ Vector3d& operator=(const Vector3d&);  //$CHECK$ EA 101299 operator = non virtual
    2628  virtual Vector3d& operator+=(const Vector3d&);
  • trunk/SophyaLib/SkyMap/vector3d.h

    r3786 r3866  
    7979  Vector3d(const LongLat&);
    8080  Vector3d(const Vector3d&);
     81
     82  virtual ~Vector3d() { }
    8183
    8284//   To manipulate the vector
Note: See TracChangeset for help on using the changeset viewer.