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/dev/AGRIF_FILES/modutil.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/dev/AGRIF_FILES/modutil.F90

    r5656 r10586  
    700700subroutine Agrif_Init_Grids ( procname1, procname2 ) 
    701701!--------------------------------------------------------------------------------------------------- 
    702     procedure(typedef_proc), optional   :: procname1 !< (Default: Agrif_probdim_modtype_def) 
     702    procedure(typdef_proc), optional   :: procname1 !< (Default: Agrif_probdim_modtype_def) 
    703703    procedure(alloc_proc),   optional   :: procname2 !< (Default: Agrif_Allocationcalls) 
    704704! 
Note: See TracChangeset for help on using the changeset viewer.