fixed bug causing trouble with ifort 11 (abaqus)
This commit is contained in:
parent
0959ff3299
commit
0f64289d75
|
@ -26,7 +26,7 @@
|
|||
!> @brief setting precision for real and int type depending on makros "FLOAT" and "INT"
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
#ifdef __INTEL_COMPILER
|
||||
#if __INTEL_COMPILER<1100
|
||||
#if __INTEL_COMPILER<1200
|
||||
#define LEGACY_COMPILER
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue