This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
deallocating derived type arrays with allocatable components
- From: Chris Talley <cst at cfdrc dot com>
- To: fortran at gcc dot gnu dot org
- Date: Fri, 27 Apr 2007 09:40:12 -0500
- Subject: 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