ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/forceGlobals.F90
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/forceGlobals.F90 (file contents):
Revision 323 by gezelter, Wed Mar 12 15:39:01 2003 UTC vs.
Revision 324 by gezelter, Wed Mar 12 16:38:17 2003 UTC

# Line 128 | Line 128 | contains
128      !!  Result status, success = 0, error = -1
129      integer, intent(out) :: status    
130      integer :: i, me, thisStat
131 <    integer :: myNode
131 >    integer :: myNode, alloc_stat
132  
133   #ifdef IS_MPI
134      integer, allocatable, dimension(:) :: c_idents_Row
# Line 189 | Line 189 | contains
189      enddo
190  
191      !! free temporary ident arrays
192 <    if (allocated(identCol)) then
193 <       deallocate(identCol)
192 >    if (allocated(c_idents_Col)) then
193 >       deallocate(c_idents_Col)
194      end if
195 <    if (allocated(identCol)) then
196 <       deallocate(identRow)
195 >    if (allocated(c_idents_Row)) then
196 >       deallocate(c_idents_Row)
197      endif
198      
199   #else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines