From 77c653c9ba1cd911fff4cdb6d2751d1b020a5c6e Mon Sep 17 00:00:00 2001 From: Antoine Hoffmann <antoine.hoffmann@epfl.ch> Date: Tue, 26 Sep 2023 16:21:15 +0200 Subject: [PATCH] remove a test... --- src/ExB_shear_flow_mod.F90 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/ExB_shear_flow_mod.F90 b/src/ExB_shear_flow_mod.F90 index 97e1fabf..e5ca9130 100644 --- a/src/ExB_shear_flow_mod.F90 +++ b/src/ExB_shear_flow_mod.F90 @@ -280,12 +280,5 @@ CONTAINS ! inv_ExB_NL_factor(iky,ix) = 1._xp + (imagu*kxExB*xval) ENDDO ENDDO - ! test - DO iky = 1,Ny/2+1 - DO ix = 1,Nx - write(42,*) REAL(inv_ExB_NL_factor(iky,ix) * ExB_NL_factor(ix,iky)) - ENDDO - ENDDO - stop END SUBROUTINE Update_nonlinear_ExB_factors END MODULE ExB_shear_flow \ No newline at end of file -- GitLab