bsc-pm / mcxx

Mercurium is a C/C++/Fortran source-to-source compilation infrastructure aimed at fast prototyping developed by the Programming Models group at the Barcelona Supercomputing Center

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mfc does not support type bound procedures

rupertford opened this issue · comments

type bound procedures fail ...

module grid_mod
  implicit none

  type, public :: grid_type
     integer :: name
   contains
     procedure :: get_tmask

  end type grid_type

end module grid_mod
grid_mod.f90:7:6: sorry: type-bound procedures are not supported