diff --git a/src/config.f90 b/src/config.f90 index 767e3e6c9..78723c19f 100644 --- a/src/config.f90 +++ b/src/config.f90 @@ -1,6 +1,6 @@ !-------------------------------------------------------------------------------------------------- !> @author Martin Diehl, Max-Planck-Institut für Eisenforschung GmbH -!> @brief Read in the material, numerics & debug configuration from their respective file +!> @brief Read in the configuration of material, numerics, and debug from their respective file !-------------------------------------------------------------------------------------------------- module config use IO diff --git a/src/mesh/mesh_mech_FEM.f90 b/src/mesh/mesh_mech_FEM.f90 index 474faa4ae..5f02011eb 100644 --- a/src/mesh/mesh_mech_FEM.f90 +++ b/src/mesh/mesh_mech_FEM.f90 @@ -20,7 +20,6 @@ module mesh_mechanical_FEM use FEM_utilities use discretization use discretization_mesh - use CLI use config use IO use FEM_quadrature