Statistics
| Branch: | Revision:

root / synthbench / euroben-dm / mod2b / cleanup.f @ 0:839f52ef7657

History | View | Annotate | Download (385 Bytes)

1
      Subroutine cleanup
2
! -----------------------------------------------------------------------
3
      Use      numerics
4
      Use      dist_module
5
      Implicit None
6
! -----------------------------------------------------------------------
7
      Deallocate( owner, localindex )
8
! -----------------------------------------------------------------------
9
      End Subroutine cleanup