From d3efa78e71730bc750a3b97a8cd3659bd3f8aaaf Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 28 Oct 2006 19:26:04 +0000 Subject: [PATCH] Switch debug mode back on. git-svn-id: https://svn.dealii.org/trunk@14118 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-21/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-21/Makefile b/deal.II/examples/step-21/Makefile index 26266ada33..4aee8cd9cc 100644 --- a/deal.II/examples/step-21/Makefile +++ b/deal.II/examples/step-21/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 -- 2.39.5