Ignore:
Timestamp:
Oct 20, 2016 3:24:13 PM (8 years ago)
Author:
gronemeier
Message:

bugfix: checking for NCL version number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/NCL/cross_sections.ncl

    r1626 r2030  
    3030function file_exists(version:string,file_name:string)
    3131begin
    32    if( version .EQ. "6.2.1" ) then
     32   if( version .GE. "6.2.1" ) then
    3333      existing = fileexists(file_name)
    3434   else
Note: See TracChangeset for help on using the changeset viewer.