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 9757 for NEMO/trunk – NEMO

Changeset 9757 for NEMO/trunk


Ignore:
Timestamp:
2018-06-07T10:54:30+02:00 (6 years ago)
Author:
smasson
Message:

trunk: minor bugfix for timing in eos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/TRA/eosbn2.F90

    r9598 r9757  
    809809      !!---------------------------------------------------------------------- 
    810810      ! 
    811       IF( ln_timing )   CALL timing_start('rab_2d') 
     811      IF( ln_timing )   CALL timing_start('rab_0d') 
    812812      ! 
    813813      pab(:) = 0._wp 
     
    885885      END SELECT 
    886886      ! 
    887       IF( ln_timing )   CALL timing_stop('rab_2d') 
     887      IF( ln_timing )   CALL timing_stop('rab_0d') 
    888888      ! 
    889889   END SUBROUTINE rab_0d 
Note: See TracChangeset for help on using the changeset viewer.