Changeset 3205 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- Apr 10, 2007, 12:08:14 AM (18 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/cspline.cc
r2808 r3205 7 7 #include <iostream> 8 8 9 #ifdef __MWERKS__10 #include <iostream>11 #endif12 9 13 10 #include "nbtri.h" -
trunk/SophyaLib/NTools/datime.c
r2808 r3205 5 5 #include <ctype.h> 6 6 #include <math.h> 7 #ifdef __MWERKS__ 8 #include "unixmac.h" 9 #endif 7 10 8 11 9 #define DATIMEPRIVEE -
trunk/SophyaLib/NTools/generalfit.cc
r3083 r3205 5 5 #include <iostream> 6 6 #include <math.h> 7 #ifdef __MWERKS__8 #include "mwerksmath.h" // Portage mac D. Y.9 #include "unixmac.h"10 #endif11 7 #include <string.h> 12 8 #include <string> -
trunk/SophyaLib/NTools/generalfunc.cc
r3083 r3205 5 5 #include <iostream> 6 6 #include <math.h> 7 #ifdef __MWERKS__8 #include "mwerksmath.h" // Portage mac D. Y.9 #include "unixmac.h"10 #endif11 7 #include <string.h> 12 8 #include <string>
Note:
See TracChangeset
for help on using the changeset viewer.