Changeset 517 in Sophya for trunk/SophyaLib/Samba


Ignore:
Timestamp:
Oct 26, 1999, 3:45:05 PM (26 years ago)
Author:
ansari
Message:

no message

Location:
trunk/SophyaLib/Samba
Files:
3 edited

Legend:

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

    r313 r517  
    22#include <stdio.h>
    33#include <math.h>
     4
     5#ifdef __MWERKS__
     6   #include "mwerksmath.h"
     7   #include "unixmac.h"
     8#endif
    49
    510#include "fmath.h"
  • trunk/SophyaLib/Samba/utilgeom.h

    r262 r517  
    22#define MYFUNC_H_SEEN
    33#include <math.h>
     4#ifdef __MWERKS__
     5   #include "mwerksmath.h"
     6//   #include "unixmac.h"
     7#endif
    48#include <vector>
    59
  • trunk/SophyaLib/Samba/vector3d.h

    r262 r517  
    66#include <stdio.h>
    77#include <string.h>
     8#ifdef __MWERKS__
     9   #include "mwerksmath.h"
     10//   #include "unixmac.h"
     11#endif
    812#include "longlat.h"
    913
Note: See TracChangeset for help on using the changeset viewer.