Skip to content
Snippets Groups Projects
Commit bd234a81 authored by ESCOBAR Juan's avatar ESCOBAR Juan
Browse files

Juan 14/09/2020: mode_device.f90 , early RETURN to suppress debug check/init

parent 8658da41
No related branches found
No related tags found
No related merge requests found
......@@ -245,6 +245,8 @@ CONTAINS
REAL :: ZVALUE
CHARACTER(LEN=:),ALLOCATABLE :: YNAME
RETURN
IF (PRESENT(PVALUE)) THEN
ZVALUE = PVALUE
ELSE
......@@ -294,6 +296,8 @@ print *,'Initializing ',trim(YNAME),' on host'
REAL :: ZVALUE
CHARACTER(LEN=:),ALLOCATABLE :: YNAME
RETURN
IF (PRESENT(PVALUE)) THEN
ZVALUE = PVALUE
ELSE
......@@ -343,6 +347,8 @@ print *,'Initializing ',trim(YNAME),' on host'
REAL :: ZVALUE
CHARACTER(LEN=:),ALLOCATABLE :: YNAME
RETURN
IF (PRESENT(PVALUE)) THEN
ZVALUE = PVALUE
ELSE
......
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