Skip to content
Snippets Groups Projects
Commit eaafae55 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 07/02/2023: bugfix for YSALTLONGNAMES allocation

parent e1d42556
No related branches found
No related tags found
No related merge requests found
......@@ -816,7 +816,7 @@ IF ( LSALT ) THEN
IF( .NOT. ALLOCATED( CSALTNAMES ) ) THEN
ALLOCATE( CSALTNAMES(NSV_SLT_A(KMI)) )
ALLOCATE( YSALTLONGNAMES(NSV_DST_A(KMI)) )
ALLOCATE( YSALTLONGNAMES(NSV_SLT_A(KMI)) )
!Loop on all dust modes
IF ( INMOMENTS_SLT == 1 ) THEN
DO JMODE = 1, NMODE_SLT
......
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