From c72f57c4747d455f530cb43e58dcd18ebcf97fbb Mon Sep 17 00:00:00 2001 From: kronbichler Date: Mon, 1 Sep 2008 09:21:32 +0000 Subject: [PATCH] There was an include file missing. git-svn-id: https://svn.dealii.org/trunk@16700 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/Makefile | 2 +- deal.II/examples/step-31/step-31.cc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-31/Makefile b/deal.II/examples/step-31/Makefile index cad228ce02..7c05bcbdb8 100644 --- a/deal.II/examples/step-31/Makefile +++ b/deal.II/examples/step-31/Makefile @@ -14,7 +14,7 @@ target = $(basename $(shell echo step-*.cc)) # run-time checking of parameters and internal states is performed, so # you should set this value to `on' while you develop your program, # and to `off' when running production computations. -debug-mode = off +debug-mode = on # As third field, we need to give the path to the top-level deal.II diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index f03da39058..49c44bc325 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -57,6 +57,9 @@ #include #include +#include +#include + #include #include -- 2.39.5