From: deal Date: Fri, 15 Nov 2002 19:49:01 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f941ab3770184abda354cbd23f64b393c22ab4e;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@6772 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-15/Makefile b/deal.II/examples/step-15/Makefile index 27864f141e..6ead9d7a96 100644 --- a/deal.II/examples/step-15/Makefile +++ b/deal.II/examples/step-15/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# Makefile,v 1.7 2002/11/11 21:29:46 wolf Exp # For the small projects Makefile, you basically need to fill in only @@ -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 @@ -51,7 +51,7 @@ include $D/common/Make.global_options # libraries which we want to link to the object file, and there need # to be two sets of libraries: one for the debug mode version of the # application and one for the optimized mode. Here we have selected -# the versions for 2d. Note that the order in which the libraries are +# the versions for 1d. Note that the order in which the libraries are # given here is important and that your applications won't link # properly if they are given in another order. #