not needed
This commit is contained in:
parent
82cdc551a5
commit
18db5f5652
10
src/prec.f90
10
src/prec.f90
|
@ -87,16 +87,6 @@ module prec
|
||||||
integer(pInt), pointer, dimension(:,:,:) :: p
|
integer(pInt), pointer, dimension(:,:,:) :: p
|
||||||
end type
|
end type
|
||||||
|
|
||||||
#ifdef FEM
|
|
||||||
type, public :: tOutputData
|
|
||||||
integer(pInt) :: &
|
|
||||||
sizeIpCells = 0_pInt , &
|
|
||||||
sizeResults = 0_pInt
|
|
||||||
real(pReal), allocatable, dimension(:,:) :: &
|
|
||||||
output !< output data
|
|
||||||
end type
|
|
||||||
#endif
|
|
||||||
|
|
||||||
public :: &
|
public :: &
|
||||||
prec_init, &
|
prec_init, &
|
||||||
dEq, &
|
dEq, &
|
||||||
|
|
Loading…
Reference in New Issue