I have a user fortran routine that includes a call to USER_GET_MESHDATA.

This worked fine in 10.0, but in 11.0, I get the following error:

GCNTRL stacktrace
1 USER_GET_MESHDATA,VolEl

What is the problem?





The documentation for USER_GET_MESHDATA notes that the action can be set to either 'RETURN' or 'RELEASE'.

In 11.0, calls to a utility routine that requires a 'RELEASE' call as well as a 'RETURN' will produce
the error you indicate if you leave off the 'RELEASE' call.

Please add a call to USER_GET_MESHDATA with the action set to 'RELEASE' before exiting the
user subroutine from which you call it.





Show Form
No comments yet. Be the first to add a comment!