module name and file name should match

This commit is contained in:
Martin Diehl 2018-06-11 00:28:36 +02:00
parent 1c8c33595e
commit 04b8218d2c
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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, &