From b9c834f86a60b8789404d187c9586786ca998eba Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 31 Jan 2019 17:01:26 +0100 Subject: [PATCH] missing use from IO --- src/mesh_abaqus.f90 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mesh_abaqus.f90 b/src/mesh_abaqus.f90 index ec6b11ffa..8c93a899a 100644 --- a/src/mesh_abaqus.f90 +++ b/src/mesh_abaqus.f90 @@ -543,7 +543,11 @@ contains !> @brief check if the input file for Abaqus contains part info !-------------------------------------------------------------------------------------------------- logical function hasNoPart(fileUnit) - + use IO, only: & + IO_stringPos, & + IO_stringValue, & + IO_lc + implicit none integer(pInt), intent(in) :: fileUnit