polishing
This commit is contained in:
parent
698b28ff80
commit
34e0dd1c64
|
@ -4,6 +4,7 @@
|
|||
!> @details Reads the material configuration file, where solverJobName.materialConfig takes
|
||||
!! precedence over material.config. Stores the raw strings and the positions of delimiters for the
|
||||
!! parts 'homogenization', 'crystallite', 'phase', 'texture', and 'microstucture'
|
||||
!! Reads numerics.config and debug.config
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
module config
|
||||
use prec
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
!> @author Philip Eisenlohr, Max-Planck-Institut für Eisenforschung GmbH
|
||||
!> @author Martin Diehl, Max-Planck-Institut für Eisenforschung GmbH
|
||||
!> @brief Parses material config file, either solverJobName.materialConfig or material.config
|
||||
!> @details reads the material configuration file, where solverJobName.materialConfig takes
|
||||
!! precedence over material.config and parses the sections 'homogenization', 'crystallite',
|
||||
!! 'phase', 'texture', and 'microstucture'
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
module material
|
||||
use prec
|
||||
|
@ -240,7 +237,6 @@ contains
|
|||
!--------------------------------------------------------------------------------------------------
|
||||
subroutine material_init
|
||||
|
||||
integer, parameter :: FILEUNIT = 210
|
||||
integer :: i,e,m,c,h, myDebug, myPhase, myHomog, myMicro
|
||||
integer, dimension(:), allocatable :: &
|
||||
CounterPhase, &
|
||||
|
|
Loading…
Reference in New Issue