From 611cc9bcae363f1dd19b7ba5f474ef08bff23a15 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 23 Sep 2019 06:48:20 -0700 Subject: [PATCH] preprocessor does not allow spaces --- src/future.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/future.f90 b/src/future.f90 index 1eb82e91e..354a522e4 100644 --- a/src/future.f90 +++ b/src/future.f90 @@ -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) !--------------------------------------------------------------------------------------------------