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

Ignore:
Timestamp:
2021-02-03T16:51:56+01:00 (3 years ago)
Author:
smasson
Message:

PPR: suppress real*8 <-> real*16 compilation errors or implicit conversions, see #2617

File:
1 edited

Legend:

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

    r14212 r14387  
    5252        real*8 :: sq,ia,a0,b0,c0,x0 
    5353 
    54         real*8, parameter :: rt = +1.d-14 
     54        real*8, parameter :: rt = +1.e-14 
    5555 
    5656        a0 = abs(aa) 
Note: See TracChangeset for help on using the changeset viewer.