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 9445 for branches/2015/nemo_v3_6_STABLE/NEMOGCM/EXTERNAL/AGRIF/AGRIF_FILES/modutil.F90 – NEMO

Ignore:
Timestamp:
2018-03-28T15:17:56+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Fix for PGI compilation of AGRIF on 3.6, ref #2072

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/EXTERNAL/AGRIF/AGRIF_FILES/modutil.F90

    r6133 r9445  
    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.