finalize the type hmap_frenet
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(t_hmap_frenet), | intent(inout) | :: | sf |
self |
SUBROUTINE hmap_frenet_free( sf ) ! MODULES IMPLICIT NONE !----------------------------------------------------------------------------------------------------------------------------------- ! INPUT VARIABLES !----------------------------------------------------------------------------------------------------------------------------------- ! OUTPUT VARIABLES TYPE(t_hmap_frenet), INTENT(INOUT) :: sf !! self !----------------------------------------------------------------------------------------------------------------------------------- ! LOCAL VARIABLES !=================================================================================================================================== IF(.NOT.sf%initialized) RETURN DEALLOCATE(sf%rc) DEALLOCATE(sf%rs) DEALLOCATE(sf%zc) DEALLOCATE(sf%zs) sf%initialized=.FALSE. END SUBROUTINE hmap_frenet_free