not needed
This commit is contained in:
parent
64be6a277d
commit
9c138c87f0
|
@ -4,9 +4,9 @@
|
||||||
!> @brief global variables for flow control
|
!> @brief global variables for flow control
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
module FEsolving
|
module FEsolving
|
||||||
use prec
|
|
||||||
|
|
||||||
implicit none
|
implicit none
|
||||||
|
public
|
||||||
|
|
||||||
logical :: &
|
logical :: &
|
||||||
terminallyIll = .false. !< at least one material point is terminally ill
|
terminallyIll = .false. !< at least one material point is terminally ill
|
||||||
|
|
|
@ -27,7 +27,7 @@ module config
|
||||||
config_numerics, &
|
config_numerics, &
|
||||||
config_debug
|
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_phase, & !< name of each phase
|
||||||
config_name_homogenization, & !< name of each homogenization
|
config_name_homogenization, & !< name of each homogenization
|
||||||
config_name_crystallite, & !< name of each crystallite setting
|
config_name_crystallite, & !< name of each crystallite setting
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
!> @author Christoph Koords, Max-Planck-Institut für Eisenforschung GmbH
|
!> @author Christoph Koords, Max-Planck-Institut für Eisenforschung GmbH
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
module element
|
module element
|
||||||
use prec
|
|
||||||
use IO
|
use IO
|
||||||
|
|
||||||
implicit none
|
implicit none
|
||||||
|
|
Loading…
Reference in New Issue