From 8da6c51701cf1867ee74e2e462df3b994a8cbc3e Mon Sep 17 00:00:00 2001 From: Daniel Wortmann Date: Wed, 29 Jun 2016 16:59:03 +0200 Subject: [PATCH] Fixed bug introduced in last commit --- eigen/hsmt.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eigen/hsmt.F90 b/eigen/hsmt.F90 index e8b3adc1..1d4e88b3 100644 --- a/eigen/hsmt.F90 +++ b/eigen/hsmt.F90 @@ -124,7 +124,7 @@ CONTAINS #if 1==2 REAL, ALLOCATABLE :: fj_test(:,:,:,:),gj_test(:,:,:,:) COMPLEX,ALLOCATABLE :: bb_test(:) - #endif +#endif ! CALL timestart("hsmt init") -- GitLab