We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The standard (2003/2008) seems to not allow a typed pointer to point an unlimited polymorphic one, e.g. the following seems to be not standard:
class(*), pointer:: foo type(mytype), pointer:: bar bar => foo call bar%mymethod(...)
Presently, such a pointers association is widely used in OFF, e.g. https://github.com/szaghi/OFF/blob/testing/src/Data_Type_Tree.f90#L210 and https://github.com/szaghi/OFF/blob/testing/src/Data_Type_Global.f90#L130.
Think to a workaround.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The standard (2003/2008) seems to not allow a typed pointer to point an unlimited polymorphic one, e.g. the following seems to be not standard:
Presently, such a pointers association is widely used in OFF, e.g. https://github.com/szaghi/OFF/blob/testing/src/Data_Type_Tree.f90#L210 and https://github.com/szaghi/OFF/blob/testing/src/Data_Type_Global.f90#L130.
Think to a workaround.
The text was updated successfully, but these errors were encountered: