not needed

This commit is contained in:
Martin Diehl 2020-01-29 14:52:09 +01:00
parent 64be6a277d
commit 9c138c87f0
3 changed files with 3 additions and 4 deletions

View File

@ -4,10 +4,10 @@
!> @brief global variables for flow control
!--------------------------------------------------------------------------------------------------
module FEsolving
use prec
implicit none
public
logical :: &
terminallyIll = .false. !< at least one material point is terminally ill

View File

@ -27,7 +27,7 @@ module config
config_numerics, &
config_debug
character(len=pStringLen), dimension(:), allocatable, public, protected :: &
character(len=pStringLen), public, protected, allocatable, dimension(:) :: &
config_name_phase, & !< name of each phase
config_name_homogenization, & !< name of each homogenization
config_name_crystallite, & !< name of each crystallite setting

View File

@ -3,7 +3,6 @@
!> @author Christoph Koords, Max-Planck-Institut für Eisenforschung GmbH
!--------------------------------------------------------------------------------------------------
module element
use prec
use IO
implicit none