From 5a9a047c007be6ea98f105723a7fc654cb65922e Mon Sep 17 00:00:00 2001 From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch> Date: Tue, 12 Jan 2021 15:48:22 +0100 Subject: [PATCH] cleaning --- src/memory.F90 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/memory.F90 b/src/memory.F90 index e5509d1a..87d2de38 100644 --- a/src/memory.F90 +++ b/src/memory.F90 @@ -37,10 +37,8 @@ SUBROUTINE memory ENDIF ! Non linear terms and dnjs table - IF ( .true. ) THEN - CALL allocate_array( Sepj, ips_e,ipe_e, ijs_e,ije_e, ikrs,ikre, ikzs,ikze ) - CALL allocate_array( Sipj, ips_i,ipe_i, ijs_i,ije_i, ikrs,ikre, ikzs,ikze ) - CALL allocate_array( dnjs, 1,maxj+1, 1,maxj+1, 1,maxj+1) - ENDIF + CALL allocate_array( Sepj, ips_e,ipe_e, ijs_e,ije_e, ikrs,ikre, ikzs,ikze ) + CALL allocate_array( Sipj, ips_i,ipe_i, ijs_i,ije_i, ikrs,ikre, ikzs,ikze ) + CALL allocate_array( dnjs, 1,maxj+1, 1,maxj+1, 1,maxj+1) END SUBROUTINE memory -- GitLab