From dece12a1a6536ad74c15238fe7f37df3e177c09c Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Tue, 26 Apr 2022 12:19:13 -0400 Subject: [PATCH] remove unused CLI module inclusion --- src/config.f90 | 2 +- src/mesh/mesh_mech_FEM.f90 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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