From e127bd8db4037fe79ef95bdd7c59f8e62a49f1d5 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 21 Dec 2015 07:27:21 +0000 Subject: [PATCH] should reflect name of parameter --- code/numerics.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/numerics.f90 b/code/numerics.f90 index d5e7ed17f..c5d7ed1e2 100644 --- a/code/numerics.f90 +++ b/code/numerics.f90 @@ -609,7 +609,7 @@ subroutine numerics_init write(6,'(a24,1x,i8)') ' continueCalculation: ',continueCalculation write(6,'(a24,1x,L8)') ' memory_efficient: ',memory_efficient write(6,'(a24,1x,i8)') ' divergence_correction: ',divergence_correction - write(6,'(a24,1x,a)') ' spectral derivative: ',trim(spectral_derivative) + write(6,'(a24,1x,a)') ' spectral_derivative: ',trim(spectral_derivative) if(fftw_timelimit<0.0_pReal) then write(6,'(a24,1x,L8)') ' fftw_timelimit: ',.false. else