mcxx icon indicating copy to clipboard operation
mcxx copied to clipboard

mfc does not support type bound procedures

Open rupertford opened this issue 7 years ago • 0 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

rupertford avatar May 07 '18 23:05 rupertford