From a96cd70afa6fd66e05d012ff962f1cd775bdb7ba Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Fri, 22 Mar 2019 11:34:35 +0000 Subject: [PATCH] Fix stray #elif --- base/modules/psb_const_mod.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/modules/psb_const_mod.F90 b/base/modules/psb_const_mod.F90 index 5d22ab7e..1593c35e 100644 --- a/base/modules/psb_const_mod.F90 +++ b/base/modules/psb_const_mod.F90 @@ -116,7 +116,7 @@ module psb_const_mod #elif defined(IPK8) && defined(LPK8) integer(psb_ipk_), save :: psb_sizeof_ip = 8 integer(psb_ipk_), save :: psb_sizeof_lp = 8 -#elif +#else integer(psb_ipk_), save :: psb_sizeof_ip = -1 integer(psb_ipk_), save :: psb_sizeof_lp = -1 #endif