flattenTree Module Function

module function flattenTree(this) result(res)

Flatten tree into FlatTree object

Arguments

Type IntentOptional Attributes Name
class(CalculationTree), intent(in) :: this

Return Value type(FlatTree)