Skip to content
Snippets Groups Projects
Commit 5a9a047c authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

cleaning

parent 5a4c7c3c
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment