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 10680 for NEMO/branches/2019/fix_ticket2238_solution1/src/OCE/ICB/icbutl.F90 – NEMO

Ignore:
Timestamp:
2019-02-14T14:16:33+01:00 (5 years ago)
Author:
mathiot
Message:

cosmetic change (ticket #2238)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/fix_ticket2238_solution1/src/OCE/ICB/icbutl.F90

    r10677 r10680  
    225225      ! 
    226226      icb_utl_bilin_h = ( pfld(ii,ij  ) * (1._wp-zi) + pfld(ii+1,ij  ) * zi ) * (1._wp-zj)   & 
    227          &            + ( pfld(ii,ij+1) * (1._wp-zi) + pfld(ii+1,ij+1) * zi ) *     zj 
     227         &            + ( pfld(ii,ij+1) * (1._wp-zi) + pfld(ii+1,ij+1) * zi ) *        zj 
    228228      ! 
    229229   END FUNCTION icb_utl_bilin_h 
Note: See TracChangeset for help on using the changeset viewer.