finalize the type rProfile
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(t_cubspl), | intent(inout) | :: | sf |
self |
SUBROUTINE cubspl_free(sf) ! MODULES !----------------------------------------------------------------------------------------------------------------------------------- ! INPUT VARIABLES !----------------------------------------------------------------------------------------------------------------------------------- ! OUTPUT VARIABLES TYPE(t_cubspl), INTENT(INOUT) :: sf !! self !----------------------------------------------------------------------------------------------------------------------------------- !=================================================================================================================================== IF (ALLOCATED(sf%bspl)) CALL sf%bspl%free() END SUBROUTINE cubspl_free