Skip to content

Commit

Permalink
removed unused NumGPoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Gennady Markelov committed May 17, 2024
1 parent 20643a9 commit e4240e8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,6 @@ void UPwSmallStrainElement<TDim, TNumNodes>::CalculateMaterialStiffnessMatrix(Ma
const GeometryType& rGeom = this->GetGeometry();
const GeometryType::IntegrationPointsArrayType& IntegrationPoints =
rGeom.IntegrationPoints(mThisIntegrationMethod);
const IndexType NumGPoints = IntegrationPoints.size();

// Constitutive Law parameters
ConstitutiveLaw::Parameters ConstitutiveParameters(rGeom, rProp, rCurrentProcessInfo);
Expand Down

0 comments on commit e4240e8

Please sign in to comment.