Changeset 682 in Sophya for trunk/SophyaLib/Samba/vector3d.h


Ignore:
Timestamp:
Dec 10, 1999, 5:56:03 PM (26 years ago)
Author:
ansari
Message:

Compilation Mac pour CodeWarrior PRO 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/vector3d.h

    r565 r682  
    77#include <string.h>
    88#ifdef __MWERKS__
    9    #include "mwerksmath.h"
    10 //   #include "unixmac.h"
     9#include "unixmac.h"
    1110#endif
    1211#include "longlat.h"
     
    9190  Vector3d Rotate(const Vector3d& omega,double phi);
    9291
    93   virtual Vector3d& operator=(const Vector3d&);
     92  /*virtual*/ Vector3d& operator=(const Vector3d&); // $CHECK$ EA 101299
    9493  virtual Vector3d& operator+=(const Vector3d&);
    9594  virtual Vector3d& operator-=(const Vector3d&);
Note: See TracChangeset for help on using the changeset viewer.