You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module region_mod
implicit none
type :: region_type
integer :: nx
end type region_type
interface region_type
module procedure region_constructor
end interface region_type
end module region_mod
region_mod.f90:8:13: error: redefining symbol 'region_type'
The text was updated successfully, but these errors were encountered:
constructors don't seem to be supported ...
The text was updated successfully, but these errors were encountered: