Changeset 517 in Sophya


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

no message

Location:
trunk/SophyaLib
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/datime.c

    r244 r517  
    55#include <ctype.h>
    66#include <math.h>
     7#ifdef __MWERKS__
     8   #include "mwerksmath.h"
     9//   #include "unixmac.h"
     10#endif
    711
    812#define DATIMEPRIVEE
  • trunk/SophyaLib/NTools/nbrandom.h

    r244 r517  
    77#include "machdefs.h"
    88#include <stdlib.h>
    9 #ifdef __mac__
    10 #include <unixmac.h>
     9#ifdef __MWERKS__
     10   #include "mwerksmath.h"
     11   #include "unixmac.h"
    1112#endif
    1213
  • 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.