ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/vector_class.F90
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/vector_class.F90 (file contents):
Revision 2166 by chuckv, Tue Apr 12 00:28:29 2005 UTC vs.
Revision 2170 by chuckv, Tue Apr 12 17:39:06 2005 UTC

# Line 60 | Line 60
60   !! @author J. Daniel Gezelter
61   !! @author Charles F. Vardeman II
62   !! @author Matthew Meineke
63 < !! @version $Id: vector_class.F90,v 1.3 2005-04-12 00:28:29 chuckv Exp $, $Date: 2005-04-12 00:28:29 $, $Name: not supported by cvs2svn $, $Revision: 1.3 $
63 > !! @version $Id: vector_class.F90,v 1.4 2005-04-12 17:39:06 chuckv Exp $, $Date: 2005-04-12 17:39:06 $, $Name: not supported by cvs2svn $, $Revision: 1.4 $
64  
65   module Vector_class
66    
# Line 919 | Line 919 | contains
919          deallocate(this%logicalElementProperties)
920          this%logicalElementProperties=>null()
921       endif
922 +     deallocate(this)
923       null_this => null()
924    end function destroy
925    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines