fixed bug causing trouble with ifort 11 (abaqus)

This commit is contained in:
Martin Diehl 2012-08-28 19:10:54 +00:00
parent 0959ff3299
commit 0f64289d75
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
!> @brief setting precision for real and int type depending on makros "FLOAT" and "INT" !> @brief setting precision for real and int type depending on makros "FLOAT" and "INT"
!-------------------------------------------------------------------------------------------------- !--------------------------------------------------------------------------------------------------
#ifdef __INTEL_COMPILER #ifdef __INTEL_COMPILER
#if __INTEL_COMPILER<1100 #if __INTEL_COMPILER<1200
#define LEGACY_COMPILER #define LEGACY_COMPILER
#endif #endif
#endif #endif