Changeset 452 in Sophya for trunk/SophyaPI
- Timestamp:
- Oct 5, 1999, 12:49:40 AM (26 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pidrawer.cc
r451 r452 7 7 #include <iostream.h> 8 8 #include "pidrawer.h" 9 9 10 #include <math.h> 10 11 11 // Pour la declaration de finite() isnan() ... 12 12 #if defined(SunOS) -
trunk/SophyaPI/PI/pigraphuc.cc
r451 r452 6 6 #include <iostream.h> 7 7 #include "pigraphuc.h" 8 9 #include <math.h> 10 // Pour la declaration de finite() isnan() ... 11 #if defined(SunOS) 12 #include <ieeefp.h> 13 #endif 8 14 9 15 //++
Note:
See TracChangeset
for help on using the changeset viewer.