Skip to content

Commit

Permalink
Merge pull request #14986 from mschreter/step-70_remove_unused_variable
Browse files Browse the repository at this point in the history
Step-70: remove unused variable
  • Loading branch information
bangerth committed Mar 29, 2023
2 parents 9c18227 + e446bdb commit b18fad8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/step-70/step-70.cc
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,6 @@ namespace Step70
DoFHandler<spacedim> fluid_dh;
DoFHandler<dim, spacedim> solid_dh;

std::unique_ptr<MappingFEField<dim, spacedim>> solid_mapping;

// Similarly to how things are done in step-22, we use a block system to
// treat the Stokes part of the problem, and follow very closely what was
// done there.
Expand Down

0 comments on commit b18fad8

Please sign in to comment.