space in frot caused compilation problem, fixed now
This commit is contained in:
parent
6edf9667b1
commit
ac3bd2d725
|
@ -5092,7 +5092,7 @@ subroutine mesh_write_cellGeom
|
||||||
#ifdef HDF
|
#ifdef HDF
|
||||||
use IO, only: &
|
use IO, only: &
|
||||||
HDF5_mappingCells
|
HDF5_mappingCells
|
||||||
#endif
|
#endif
|
||||||
implicit none
|
implicit none
|
||||||
integer(I4P), dimension(1:mesh_Ncells) :: celltype
|
integer(I4P), dimension(1:mesh_Ncells) :: celltype
|
||||||
integer(I4P), dimension(mesh_Ncells*(1_pInt+FE_maxNcellnodesPerCell)) :: cellconnection
|
integer(I4P), dimension(mesh_Ncells*(1_pInt+FE_maxNcellnodesPerCell)) :: cellconnection
|
||||||
|
|
Loading…
Reference in New Issue