Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mfc error with a constructor #28

Open
rupertford opened this issue May 7, 2018 · 0 comments
Open

mfc error with a constructor #28

rupertford opened this issue May 7, 2018 · 0 comments

Comments

@rupertford
Copy link

constructors don't seem to be supported ...

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant