not used anymore
This commit is contained in:
parent
20a3ebecea
commit
e818dfdb3e
|
@ -30,10 +30,6 @@ module prec
|
||||||
real(pReal), dimension(:), pointer :: p
|
real(pReal), dimension(:), pointer :: p
|
||||||
end type group_float
|
end type group_float
|
||||||
|
|
||||||
type :: group_int
|
|
||||||
integer, dimension(:), pointer :: p
|
|
||||||
end type group_int
|
|
||||||
|
|
||||||
! http://stackoverflow.com/questions/3948210/can-i-have-a-pointer-to-an-item-in-an-allocatable-array
|
! http://stackoverflow.com/questions/3948210/can-i-have-a-pointer-to-an-item-in-an-allocatable-array
|
||||||
type :: tState
|
type :: tState
|
||||||
integer :: &
|
integer :: &
|
||||||
|
|
Loading…
Reference in New Issue