From 104887b84122ad0b764d5db5c13a023d287499c5 Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.watanabe@aist.go.jp> Date: Fri, 18 Jan 2019 11:24:44 +0900 Subject: [PATCH] [TM] remove unnecessary variables --- ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h index d331ddb9de9..82080cbc376 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h @@ -423,7 +423,6 @@ private: unsigned const n_integration_points = _integration_method.getNumberOfPoints(); - std::vector<double> ip_sigma_values; auto sigma_values = Eigen::Map<Eigen::Matrix<double, kelvin_vector_size, Eigen::Dynamic, Eigen::ColMajor> const>( @@ -500,7 +499,6 @@ private: unsigned const n_integration_points = _integration_method.getNumberOfPoints(); - std::vector<double> ip_epsilon_values; auto epsilon_values = Eigen::Map<Eigen::Matrix<double, kelvin_vector_size, Eigen::Dynamic, Eigen::ColMajor> const>( @@ -574,7 +572,6 @@ private: unsigned const n_integration_points = _integration_method.getNumberOfPoints(); -// std::vector<double> ip_epsilon_values; auto epsilon_m_values = Eigen::Map<Eigen::Matrix<double, kelvin_vector_size, Eigen::Dynamic, Eigen::ColMajor> const>( -- GitLab