remove unused CLI module inclusion

This commit is contained in:
Philip Eisenlohr 2022-04-26 12:19:13 -04:00
parent 91b71fdff8
commit dece12a1a6
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
!-------------------------------------------------------------------------------------------------- !--------------------------------------------------------------------------------------------------
!> @author Martin Diehl, Max-Planck-Institut für Eisenforschung GmbH !> @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 module config
use IO use IO

View File

@ -20,7 +20,6 @@ module mesh_mechanical_FEM
use FEM_utilities use FEM_utilities
use discretization use discretization
use discretization_mesh use discretization_mesh
use CLI
use config use config
use IO use IO
use FEM_quadrature use FEM_quadrature