Skip to content
Snippets Groups Projects
Commit 6fad7c49 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan Committed by WAUTELET Philippe
Browse files

Juan 23/06/2014 : bug , replace .FALSE. to .TRUE. = OREAL type transmetted to FM_WRIT_ll

parent 68a7231c
Branches
Tags
No related merge requests found
...@@ -220,6 +220,7 @@ CONTAINS ...@@ -220,6 +220,7 @@ CONTAINS
! !
! Modification ! Modification
! J.Escobar 15/04/2014 : add write to all Z files for all FMWRITX0_ll variables ! J.Escobar 15/04/2014 : add write to all Z files for all FMWRITX0_ll variables
! J.Escobar 23/06/2014 : bug , replace .FALSE. to .TRUE. = OREAL type transmetted to FM_WRIT_ll
! !
USE MODD_IO_ll, ONLY : ISP,GSMONOPROC USE MODD_IO_ll, ONLY : ISP,GSMONOPROC
USE MODD_FM USE MODD_FM
...@@ -341,10 +342,10 @@ CONTAINS ...@@ -341,10 +342,10 @@ CONTAINS
TZFMH%COMMENT=HCOMMENT TZFMH%COMMENT=HCOMMENT
#ifdef MNH_NCWRIT #ifdef MNH_NCWRIT
IF ( DEF_NC .AND. LLFIFM ) THEN IF ( DEF_NC .AND. LLFIFM ) THEN
CALL FM_WRIT_ll(TZFD_IOZ%FLU,HRECFM,.FALSE.,1,PFIELD,TZFMH,IRESP) CALL FM_WRIT_ll(TZFD_IOZ%FLU,HRECFM,.TRUE.,1,PFIELD,TZFMH,IRESP)
END IF END IF
#else #else
CALL FM_WRIT_ll(TZFD_IOZ%FLU,HRECFM,.FALSE.,1,PFIELD,TZFMH,IRESP) CALL FM_WRIT_ll(TZFD_IOZ%FLU,HRECFM,.TRUE.,1,PFIELD,TZFMH,IRESP)
#endif #endif
END IF END IF
END DO END DO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment