Changeset 2030 for palm/trunk/SCRIPTS/NCL/spectra.ncl
- Timestamp:
- Oct 20, 2016 3:24:13 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/spectra.ncl
r1559 r2030 28 28 function file_exists(version:string,file_name:string) 29 29 begin 30 if( version . EQ. "6.2.1" ) then30 if( version .GE. "6.2.1" ) then 31 31 existing = fileexists(file_name) 32 32 else
Note: See TracChangeset
for help on using the changeset viewer.