diff --git a/code/IO.f90 b/code/IO.f90 index 51d0a60f3..5d786c399 100644 --- a/code/IO.f90 +++ b/code/IO.f90 @@ -72,13 +72,11 @@ module IO IO_warning, & IO_intOut, & IO_timeStamp -#ifndef Spectral -#ifndef FEM +#if defined(Marc4DAMASK) || defined(Abaqus) public :: & IO_open_inputFile, & IO_open_logFile #endif -#endif #ifdef Abaqus public :: & IO_abaqus_hasNoPart @@ -316,8 +314,7 @@ logical function IO_open_jobFile_stat(fileUnit,ext) end function IO_open_JobFile_stat -#ifndef Spectral -#ifndef FEM +#if defined(Marc4DAMASK) || defined(Abaqus) !-------------------------------------------------------------------------------------------------- !> @brief opens FEM input file for reading located in current working directory to given unit !-------------------------------------------------------------------------------------------------- @@ -383,7 +380,6 @@ subroutine IO_open_logFile(fileUnit) end subroutine IO_open_logFile #endif -#endif !--------------------------------------------------------------------------------------------------