![]() |
(git:b77b4be)
|
Functions/Subroutines | |
subroutine, public | add_to_canceling_list (elem, tmc_env) |
add a certain element to the cancelation list | |
subroutine, public | free_cancelation_list (cancel_list) |
for correct finalizing deallocate the cancelation list | |
subroutine, public tmc_cancelation::add_to_canceling_list | ( | type(tree_type), pointer | elem, |
type(tmc_env_type), pointer | tmc_env | ||
) |
add a certain element to the cancelation list
elem | the sub tree element, to be added |
tmc_env | tmc environment |
Definition at line 54 of file tmc_cancelation.F.
subroutine, public tmc_cancelation::free_cancelation_list | ( | type(elem_list_type), pointer | cancel_list | ) |
for correct finalizing deallocate the cancelation list
cancel_list | ... |
author Mandes 12.2012
Definition at line 118 of file tmc_cancelation.F.