type :: row1
real*8, dimension(:), pointer :: A
end type row1
type :: row2
type(row1), dimension(:), pointer :: B
end type row2
type(row2), dimension(:), pointer :: C
Do I need to fee this memory?
is nullify(C) enough?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.