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 10586 for vendors/AGRIF/release-4.0/AGRIF_FILES/modlinktomodel.F90 – NEMO

Ignore:
Timestamp:
2019-01-27T20:42:34+01:00 (5 years ago)
Author:
nicolasmartin
Message:

Apply bugfix for PGI compilation of AGRIF, close #2072

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/AGRIF/release-4.0/AGRIF_FILES/modlinktomodel.F90

    r5656 r10586  
    5050        end subroutine alloc_proc 
    5151! 
    52         subroutine typedef_proc ( ) 
     52        subroutine typdef_proc ( ) 
    5353            implicit none 
    54         end subroutine typedef_proc 
     54        end subroutine typdef_proc 
    5555! 
    5656    end interface 
    5757     
    5858    procedure(alloc_proc)   :: Agrif_Allocationcalls 
    59     procedure(typedef_proc) :: Agrif_probdim_modtype_def 
     59    procedure(typdef_proc) :: Agrif_probdim_modtype_def 
    6060! 
    6161end module Agrif_Link 
Note: See TracChangeset for help on using the changeset viewer.