New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3673 – NEMO

Changeset 3673


Ignore:
Timestamp:
2012-11-27T13:59:21+01:00 (11 years ago)
Author:
vichi
Message:

Removed annoying warning during configuration build (Ticket #938)

Changed one line in FCM to remove all warnings when
building a configuration.

File:
1 edited

Legend:

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

    r2281 r3673  
    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.