mcxx
mcxx copied to clipboard
mfc does not support type bound procedures
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