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 9215 for branches/2017/dev_merge_2017/NEMOGCM/NEMO – NEMO

Ignore:
Timestamp:
2018-01-12T12:25:59+01:00 (6 years ago)
Author:
francesca
Message:

fix ticket #1942 in dev_merge_2017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/timing.F90

    r6981 r9215  
    459459         sl_timer_ave_root%next => NULL() 
    460460         sl_timer_ave_root%prev => NULL() 
    461          ALLOCATE(sl_timer_ave) 
    462461         sl_timer_ave => sl_timer_ave_root             
    463462      ENDIF  
     
    568567      ENDIF 
    569568      ! 
     569      DEALLOCATE(sl_timer_glob_root%cname     , & 
     570                 sl_timer_glob_root%tsum_cpu  , & 
     571                 sl_timer_glob_root%tsum_clock, & 
     572                 sl_timer_glob_root%niter) 
     573      ! 
    570574      DEALLOCATE(sl_timer_glob_root) 
    571575      !                   
     
    672676         s_timer => s_timer_root 
    673677         ! 
    674          ALLOCATE(s_wrk) 
    675678         s_wrk => NULL() 
    676679          
Note: See TracChangeset for help on using the changeset viewer.