missing use from IO
This commit is contained in:
parent
bcd9908a88
commit
b9c834f86a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue