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'
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
module config_material
|
||||
use chained_list
|
||||
use linked_list
|
||||
use prec, only: &
|
||||
pReal, &
|
||||
pInt
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
!> @author Martin Dieh, Max-Planck-Institut für Eisenforschung GmbH
|
||||
!> @brief Chained list to store string together with position of delimiters
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
module chained_list
|
||||
module linked_list
|
||||
use prec, only: &
|
||||
pReal, &
|
||||
pInt
|
||||
|
@ -513,4 +513,4 @@ end function getFloatArray
|
|||
|
||||
|
||||
|
||||
end module chained_list
|
||||
end module linked_list
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
!--------------------------------------------------------------------------------------------------
|
||||
module material
|
||||
use config_material
|
||||
use chained_list
|
||||
use linked_list
|
||||
use prec, only: &
|
||||
pReal, &
|
||||
pInt, &
|
||||
|
|
Loading…
Reference in New Issue