From 1877026d86df8223d0d71e87f34875847193cf91 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Tue, 14 Jun 2011 14:35:55 +0000 Subject: [PATCH] sorry, dangling "endif"... --- code/math.f90 | 1 - 1 file changed, 1 deletion(-) diff --git a/code/math.f90 b/code/math.f90 index 805a3c2ab..902c0dccd 100644 --- a/code/math.f90 +++ b/code/math.f90 @@ -169,7 +169,6 @@ real(pReal), dimension(4,36), parameter :: math_symOperations = & write(6,*) 'random seed: ',randInit(1) write(6,*) !$OMP END CRITICAL (write2out) - endif call halton_seed_set(randInit(1)) call halton_ndim_set(3)