remove unused CLI module inclusion
This commit is contained in:
parent
91b71fdff8
commit
dece12a1a6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue