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
GNU Lesser General Public License v3.0
70 stars 23 forks source link

mfc does not support type bound procedures #29

Open rupertford opened 6 years ago

rupertford commented 6 years ago

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