Skip to content

Commit

Permalink
Rm second declaration stress_t
Browse files Browse the repository at this point in the history
  • Loading branch information
anne-glerum committed Feb 10, 2025
1 parent ad2dfce commit 3546f86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/material_model/rheology/elasticity.cc
Original file line number Diff line number Diff line change
Expand Up @@ -863,8 +863,6 @@ namespace aspect
// We assume (and assert in parse_parameters) that the 2*n_independent_components
// tensor components are in the correct order and consecutively listed.
// These stresses have not yet been rotated or advected to the current timestep.
std::vector<SymmetricTensor<2, dim>>
stress_t(in.n_evaluation_points(), SymmetricTensor<2, dim>());
for (unsigned int i = 0; i < in.n_evaluation_points(); ++i)
{
const Tensor<1,n_independent_components> composition_values = evaluator_composition->get_value(i);
Expand Down

0 comments on commit 3546f86

Please sign in to comment.