diff --git a/src/config.f90 b/src/config.f90 index b184f2a6b..b963d9086 100644 --- a/src/config.f90 +++ b/src/config.f90 @@ -17,7 +17,7 @@ module config integer(pInt), dimension(:), allocatable :: pos end type tPartitionedString - type, public :: tPartitionedStringList + type, private :: tPartitionedStringList type(tPartitionedString) :: string type(tPartitionedStringList), pointer :: next => null() contains