module name and file name should match
This commit is contained in:
parent
1c8c33595e
commit
04b8218d2c
|
@ -6,7 +6,7 @@
|
||||||
!! parts 'homogenization', 'crystallite', 'phase', 'texture', and 'microstucture'
|
!! parts 'homogenization', 'crystallite', 'phase', 'texture', and 'microstucture'
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
module config_material
|
module config_material
|
||||||
use chained_list
|
use linked_list
|
||||||
use prec, only: &
|
use prec, only: &
|
||||||
pReal, &
|
pReal, &
|
||||||
pInt
|
pInt
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
!> @author Martin Dieh, Max-Planck-Institut für Eisenforschung GmbH
|
!> @author Martin Dieh, Max-Planck-Institut für Eisenforschung GmbH
|
||||||
!> @brief Chained list to store string together with position of delimiters
|
!> @brief Chained list to store string together with position of delimiters
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
module chained_list
|
module linked_list
|
||||||
use prec, only: &
|
use prec, only: &
|
||||||
pReal, &
|
pReal, &
|
||||||
pInt
|
pInt
|
||||||
|
@ -513,4 +513,4 @@ end function getFloatArray
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
end module chained_list
|
end module linked_list
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
module material
|
module material
|
||||||
use config_material
|
use config_material
|
||||||
use chained_list
|
use linked_list
|
||||||
use prec, only: &
|
use prec, only: &
|
||||||
pReal, &
|
pReal, &
|
||||||
pInt, &
|
pInt, &
|
||||||
|
|
Loading…
Reference in New Issue