Changeset 1363 for trunk/UTIL


Ignore:
Timestamp:
Nov 5, 2014, 9:07:51 PM (10 years ago)
Author:
aslmd
Message:

UTIL: follows previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/zrecast.F90

    r1362 r1363  
    17471747endif
    17481748
    1749 ierr=NF_PUT_VAR_REAL(outfid,ls_varid,ls)
    1750 if (ierr.ne.NF_NOERR) then
    1751   stop "Error: Could not write Ls data to output file"
     1749if (have_ls) then
     1750 ierr=NF_PUT_VAR_REAL(outfid,ls_varid,ls)
     1751 if (ierr.ne.NF_NOERR) then
     1752   stop "Error: Could not write Ls data to output file"
     1753 endif
    17521754endif
    17531755
Note: See TracChangeset for help on using the changeset viewer.