From de6fd605ee9f50cb32e93f6c2952a93ee55e041f Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 7 Mar 2019 22:47:45 +0100 Subject: [PATCH] is not used anywhere else --- src/config.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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