Parent Directory
|
Revision Log
|
Patch
revision 1025 by gross, Tue Feb 13 05:10:26 2007 UTC | revision 1026 by phornby, Tue Mar 13 08:25:00 2007 UTC | |
---|---|---|
# | Line 13 | Line 13 |
13 | ***************************************************************************** | ***************************************************************************** |
14 | */ | */ |
15 | #include <iostream> | #include <iostream> |
16 | #ifdef _WIN32 && __INTEL_COMPILER | #if (defined _WIN32) && (defined __INTEL_COMPILER) |
17 | #include <mathimf.h> | #include <mathimf.h> |
18 | #else | #else |
19 | #include <math.h> | #include <math.h> |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |