Skip to content
Snippets Groups Projects
Commit 694bba66 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MatL] Reuse base class member.

parent 853b6348
No related branches found
No related tags found
1 merge request!2381CppCheck fixes
......@@ -40,8 +40,7 @@ template <int DisplacementDim>
class CreepBGRa final : public LinearElasticIsotropic<DisplacementDim>
{
public:
static int const KelvinVectorSize =
MathLib::KelvinVector::KelvinVectorDimensions<DisplacementDim>::value;
using LinearElasticIsotropic<DisplacementDim>::KelvinVectorSize;
using ResidualVectorType = Eigen::Matrix<double, KelvinVectorSize, 1>;
using JacobianMatrix = Eigen::Matrix<double, KelvinVectorSize,
KelvinVectorSize, Eigen::RowMajor>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment