Changeset 702 in Sophya for trunk/SophyaLib
- Timestamp:
- Jan 6, 2000, 4:48:10 PM (26 years ago)
- Location:
- trunk/SophyaLib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/generalfit.cc
r682 r702 5 5 #include <math.h> 6 6 #ifdef __MWERKS__ 7 #include "mwerksmath.h" // Portage mac D. Y. 7 8 #include "unixmac.h" 8 9 #endif -
trunk/SophyaLib/Samba/localmap.h
r701 r702 80 80 /* return/set the number of pixels */ 81 81 /*! Return number of pixels */ 82 virtual int NbPixels() const;82 virtual int_4 NbPixels() const; // D.Y. int change en int_4 rationalisation Mac 83 83 84 84 /* return the value of pixel number k */ -
trunk/SophyaLib/Samba/utilgeom.h
r682 r702 3 3 #include <math.h> 4 4 #ifdef __MWERKS__ 5 #include "mwerksmath.h" // D.Y. Portage mac/ Math.h Unix 5 6 #include "unixmac.h" 6 7 #endif
Note:
See TracChangeset
for help on using the changeset viewer.