From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Mon, 20 Aug 2007 22:40:05 +0000 (+0000)
Subject: Use debug mode
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442a8fd4489685b4d744a36d31a2fbc3c617bcdd;p=dealii-svn.git

Use debug mode

git-svn-id: https://svn.dealii.org/trunk@14999 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/examples/step-26/Makefile b/deal.II/examples/step-26/Makefile
index 7f74cb9645..31309f018c 100644
--- a/deal.II/examples/step-26/Makefile
+++ b/deal.II/examples/step-26/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