Ignore:
Timestamp:
Jun 1, 2019, 10:34:01 PM (5 years ago)
Author:
emillour
Message:

Mars GCM utilities:
Very minor syntax fixes for picky recent gfortran compilers.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/util/zrecast.F90

    r1515 r2140  
    14471447    if (ierr.ne.NF_NOERR) then
    14481448      write(*,*) "Error failed to copy long_name attribute:",trim(text)
    1449       stop""
     1449      stop ""
    14501450    endif
    14511451  endif
     
    14611461    if (ierr.ne.NF_NOERR) then
    14621462      write(*,*) "Error failed to copy units attribute:",trim(text)
    1463       stop""
     1463      stop ""
    14641464    endif
    14651465  endif
Note: See TracChangeset for help on using the changeset viewer.