Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiko committed Mar 6, 2023
1 parent 43c3932 commit ec26ab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/step-8/step-8.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
// The last step is as in previous programs. In particular, just like in
// step-7, we pack everything that's specific to this program into a namespace
// of its own.

extern void foo_bar_baz();

namespace Step8
{
using namespace dealii;
Expand Down Expand Up @@ -607,6 +610,7 @@ namespace Step8
// step-6 (apart from the changed class names, of course).
int main()
{
foo_bar_baz();
try
{
Step8::ElasticProblem<2> elastic_problem_2d;
Expand Down

0 comments on commit ec26ab1

Please sign in to comment.