Changeset 517 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- Oct 26, 1999, 3:45:05 PM (26 years ago)
- Location:
- trunk/SophyaLib/Samba
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
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.