diff --git a/src/mesh_header.f90 b/src/mesh_header.f90 index 9ed686ec7e..3d6ba48d36 100644 --- a/src/mesh_header.f90 +++ b/src/mesh_header.f90 @@ -12,8 +12,8 @@ module mesh_header integer :: type integer :: n_dimension integer, allocatable :: dimension(:) - integer, allocatable :: origin(:) - integer, allocatable :: width(:) + real(8), allocatable :: origin(:) + real(8), allocatable :: width(:) end type StructuredMesh end module mesh_header