Skip to content

Commit

Permalink
Merge pull request #1601 from bangerth/avoid-warning-6
Browse files Browse the repository at this point in the history
Avoid a warning about an unused variable.
  • Loading branch information
tjhei committed May 13, 2017
2 parents e9e8c5d + e93f931 commit 01cb3ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/simulator/newton.cc
Expand Up @@ -51,7 +51,6 @@ namespace aspect
return;

const unsigned int n_points = output.viscosities.size();
const unsigned int n_comp = output.reaction_terms[0].size();
output.additional_outputs.push_back(
std_cxx11::shared_ptr<MaterialModel::AdditionalMaterialOutputs<dim> >
(new MaterialModel::MaterialModelDerivatives<dim> (n_points)));
Expand Down

0 comments on commit 01cb3ff

Please sign in to comment.