Changeset 76


Ignore:
Timestamp:
06/26/13 22:24:10 (11 years ago)
Author:
smasson
Message:

minor update following rev 3673 of NEMO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/EXTERNAL/fcm/lib/Fcm/CfgLine.pm

    r1 r76  
    205205 
    206206    for my $i (0 .. $#fields) { 
    207       next if lc ($fields[$i]) eq lc ($all_fields[$i]); 
     207      next if lc ($fields[$i]) eq lc ($all_fields[$i] || ''); 
    208208      $return = 0; 
    209209      last; 
Note: See TracChangeset for help on using the changeset viewer.