Changeset 517 in Sophya
- Timestamp:
- Oct 26, 1999, 3:45:05 PM (26 years ago)
- Location:
- trunk/SophyaLib
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/datime.c
r244 r517 5 5 #include <ctype.h> 6 6 #include <math.h> 7 #ifdef __MWERKS__ 8 #include "mwerksmath.h" 9 // #include "unixmac.h" 10 #endif 7 11 8 12 #define DATIMEPRIVEE -
trunk/SophyaLib/NTools/nbrandom.h
r244 r517 7 7 #include "machdefs.h" 8 8 #include <stdlib.h> 9 #ifdef __mac__ 10 #include <unixmac.h> 9 #ifdef __MWERKS__ 10 #include "mwerksmath.h" 11 #include "unixmac.h" 11 12 #endif 12 13 -
trunk/SophyaLib/Samba/bruit.cc
r313 r517 2 2 #include <stdio.h> 3 3 #include <math.h> 4 5 #ifdef __MWERKS__ 6 #include "mwerksmath.h" 7 #include "unixmac.h" 8 #endif 4 9 5 10 #include "fmath.h" -
trunk/SophyaLib/Samba/utilgeom.h
r262 r517 2 2 #define MYFUNC_H_SEEN 3 3 #include <math.h> 4 #ifdef __MWERKS__ 5 #include "mwerksmath.h" 6 // #include "unixmac.h" 7 #endif 4 8 #include <vector> 5 9 -
trunk/SophyaLib/Samba/vector3d.h
r262 r517 6 6 #include <stdio.h> 7 7 #include <string.h> 8 #ifdef __MWERKS__ 9 #include "mwerksmath.h" 10 // #include "unixmac.h" 11 #endif 8 12 #include "longlat.h" 9 13
Note:
See TracChangeset
for help on using the changeset viewer.