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 15268 – NEMO

Changeset 15268


Ignore:
Timestamp:
2021-09-17T11:17:05+02:00 (3 years ago)
Author:
clem
Message:

commit solution of the defect #2622 found by Jean-Marc for compilation on Jean-Zay machines. Great improvement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/FCM/lib/Fcm/ConfigSystem.pm

    r2281 r15268  
    330330    while (my ($key, $val) = each(%old_val_of)) { 
    331331      if (exists($changed{$key})) { 
     332        # JMM Eliminate trailing and leading blank before comparison 
     333        $val=~ s/^\s+|\s+$//g; 
     334        $new_val_of{$key}=~ s/^\s+|\s+$//g; 
    332335        if ($val eq $new_val_of{$key}) { # no change from old to new 
    333336          delete($changed{$key}); 
Note: See TracChangeset for help on using the changeset viewer.