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 Intel compiler raises an error when attempting to deallocate operation on grid_t, radiator_t, and profile_t operations.
grid_t
radiator_t
profile_t
f_grid => grid_warehouse%get_grid(f_grid_name, f_grid_units) select type(f_grid) type is(grid_from_host_t) error_code = 0 grid_ptr = c_loc(f_grid) class default error_code = 1 deallocate(f_grid) <-- raises an error grid_ptr = c_null_ptr end select
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Intel compiler raises an error when attempting to deallocate operation on
grid_t
,radiator_t
, andprofile_t
operations.The text was updated successfully, but these errors were encountered: