fortpy icon indicating copy to clipboard operation
fortpy copied to clipboard

Removal of `class` Parameters for Non-embedded Executables

Open rosenbrockc opened this issue 10 years ago • 0 comments

When the first argument is an instance of a user-derived type in a subroutine/function, we remove it because fortpy assumes that the subroutine is embedded in the type; but that is not always the case. We need to explicitly check the executables list for the type and make sure it is embedded before removing that argument.

rosenbrockc avatar May 06 '15 22:05 rosenbrockc