Changeset 3534 in Sophya
- Timestamp:
- Oct 12, 2008, 7:12:11 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/LinAlg/intflapack.cc
r3005 r3534 1211 1211 #endif 1212 1212 1213 #if defined( OS_LINUX)1213 #if defined(Linux) 1214 1214 // Pour le link avec f2c sous Linux 1215 1215 extern "C" { -
trunk/SophyaLib/HiStats/xntuple.cc
r3236 r3534 3 3 #include "perrors.h" 4 4 #include "xntuple.h" 5 #ifdef OS_MACOSX5 #ifdef Darwin 6 6 #include <unistd.h> 7 7 #endif
Note:
See TracChangeset
for help on using the changeset viewer.