From e9f351c69bf77ea59bc0a5133cfb16eed49fa8d9 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 8 Feb 2013 15:56:58 +0000 Subject: [PATCH] forgot to commit --- code/numerics.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/numerics.f90 b/code/numerics.f90 index 7ee43264e..99b99af73 100644 --- a/code/numerics.f90 +++ b/code/numerics.f90 @@ -471,7 +471,7 @@ subroutine numerics_init if (itmax <= 1.0_pInt) call IO_error(301_pInt,ext_msg='itmax') if (itmin > itmax .or. itmin < 1_pInt) call IO_error(301_pInt,ext_msg='itmin') if (divergence_correction < 0_pInt .or. & - divergence_correction > 2_pInt) call IO_error(301_pInt,ext_msg='divergence_correction') + divergence_correction > 3_pInt) call IO_error(301_pInt,ext_msg='divergence_correction') if (maxCutBack <= 1.0_pInt) call IO_error(301_pInt,ext_msg='maxCutBack') if (update_gamma .and. & .not. memory_efficient) call IO_error(error_ID = 847_pInt)