From: Wolfgang Bangerth Date: Sun, 11 May 2008 03:59:17 +0000 (+0000) Subject: Undo switching off debug mode. X-Git-Tag: v8.0.0~9163 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a4b0e63e1dfd8376bc8ea9250e58de8150bbca3;p=dealii.git Undo switching off debug mode. git-svn-id: https://svn.dealii.org/trunk@16073 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-33/Makefile b/deal.II/examples/step-33/Makefile index 65c217d1d3..59f8ceddb1 100644 --- a/deal.II/examples/step-33/Makefile +++ b/deal.II/examples/step-33/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