MFIX  2016-1
version.inc
Go to the documentation of this file.
1 #if ( defined(__GFORTRAN__) && ( __GNUC__ > 4 || ( __GNUC__ == 4 && __GNUC_MINOR__ > 5 ) ) ) \
2  || ( defined(__INTEL_COMPILER) && (__INTEL_COMPILER > 1400) )
3 #define ERROR_STOP ERROR STOP
4 #else
5 #define ERROR_STOP STOP
6 #endif