This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

deallocating derived type arrays with allocatable components


I have a derived type array that contains allocatable components. If I
deallocate the derived type array, does gfortran deallocate the
allocatable components for me or do I have to deallocate them myself
prior to deallocating the derived type array. Currently, I am
currently using gcc4.2.0-20070307.
Thanks for your help!


Chris Talley Senior Aerospace Engineer CFD Research Corporation cst at cfdrc dot com




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]