finalize the type rProfile
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(t_rProfile_poly), | intent(inout) | :: | sf |
self |
SUBROUTINE polyProfile_free(sf) ! MODULES !----------------------------------------------------------------------------------------------------------------------------------- ! INPUT VARIABLES TYPE(t_rProfile_poly), INTENT(INOUT) :: sf !! self !=================================================================================================================================== SDEALLOCATE(sf%coefs) END SUBROUTINE polyProfile_free