not needed

This commit is contained in:
Martin Diehl 2018-08-27 15:52:53 +02:00
parent 82cdc551a5
commit 18db5f5652
1 changed files with 0 additions and 10 deletions

View File

@ -87,16 +87,6 @@ module prec
integer(pInt), pointer, dimension(:,:,:) :: p
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 :: &
prec_init, &
dEq, &