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

Juan 24/11/2015: replace /= TRUE <-> .NOT.

parent 5f923a93
No related branches found
No related tags found
No related merge requests found
......@@ -591,7 +591,7 @@ CONTAINS
ELSE
TZFD%NB_PROCIO = 1
ENDIF
IF( GPARALLELIO /= .TRUE. ) THEN
IF( .NOT. GPARALLELIO ) THEN
TZFD%NB_PROCIO = 1
ENDIF
TZFD%COMM = NMNH_COMM_WORLD
......@@ -797,7 +797,7 @@ CONTAINS
!
! close LFI file in the different PROC
!
IF( GPARALLELIO /= .TRUE. ) THEN
IF( .NOT. GPARALLELIO ) THEN
TZFD%NB_PROCIO = 1
ENDIF
IF (TZFD%NB_PROCIO .GT. 1 ) THEN
......
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