38 INTEGER ,
DIMENSION(:,:),
ALLOCATABLE ::
inigrv
39 my_real ,
DIMENSION(:,:),
ALLOCATABLE :: linigrav
42 logical :: is_allocated = .false.
43 integer,
dimension(:),
allocatable :: tagpart
44 my_real,
dimension(:,:),
allocatable :: ng
45 my_real,
dimension(:),
allocatable :: grav0
62 if(
allocated(this%TAGPART))
deallocate(this%TAGPART)
63 if(
allocated(this%NG))
deallocate(this%NG)
64 if(
allocated(this%GRAV0))
deallocate(this%GRAV0)
subroutine inigrav_part_list_destroy(this)
integer, dimension(:,:), allocatable inigrv
type(t_inigrav_parts) inigrav_parts