preprocessor does not allow spaces

This commit is contained in:
Martin Diehl 2019-09-23 06:48:20 -07:00
parent 48e0a7ad97
commit 611cc9bcae
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module future
contains
#if defined(__GFORTRAN__) && __GNUC__ < 9 || __INTEL_COMPILER < 1800
#if defined(__GFORTRAN__) && __GNUC__<9 || __INTEL_COMPILER<1800
!--------------------------------------------------------------------------------------------------
!> @brief substitute for the findloc intrinsic (only for integer, dimension(:) at the moment)
!--------------------------------------------------------------------------------------------------