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 14212 for vendors/PPR/src/rmap1d.h90 – NEMO

Ignore:
Timestamp:
2020-12-18T12:19:49+01:00 (4 years ago)
Author:
jchanut
Message:

#2222, update PPR library to circumvent issues found with cpp directives: remove timing instructions. Changed main module extension in .F90 to comply with FCM rules (no effect).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/PPR/src/rmap1d.h90

    r13926 r14212  
    2828 
    2929    !     
    30     ! RMAP1D.f90: high-order integral re-mapping operators. 
     30    ! RMAP1D.h90: high-order integral re-mapping operators. 
    3131    ! 
    3232    ! Darren Engwirda  
     
    148148    !------------- remap FDAT from XPOS to XNEW using FHAT ! 
    149149 
    150         __TIC__ 
    151150 
    152151        select case(opts%cell_meth) 
     
    185184        end select 
    186185         
    187         __TOC__(tCPU,rmap_time) 
    188186         
    189187        return 
     
    245243        integer, parameter :: INTB = -1   ! integral basis   
    246244 
     245    !------------------------------------- initializations ! 
     246 
     247        vvlo(+1:+5) = 0.d0 
     248        vvhi(+1:+5) = 0.d0 
     249 
    247250    !------------- remap FDAT from XPOS to XNEW using FHAT ! 
    248251 
Note: See TracChangeset for help on using the changeset viewer.