From 26c3c00f911b5896840e1d1c6e223ecf94ede497 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 9 Aug 2011 14:29:06 +0000 Subject: [PATCH] Fix wording. git-svn-id: https://svn.dealii.org/trunk@24042 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-1/doc/results.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-1/doc/results.dox b/deal.II/examples/step-1/doc/results.dox index 756c67a271..595a388fa6 100644 --- a/deal.II/examples/step-1/doc/results.dox +++ b/deal.II/examples/step-1/doc/results.dox @@ -70,7 +70,8 @@ bugs with a debugger is much faster, much more convenient, and more reliable because you don't have to recompile the program all the time and because you can inspect the values of variables and how they change. -Rather than postponing learning how to use a debugger, here's the one piece of +Rather than postponing learning how to use a debugger till you really can't +see any other way to find a bug, here's the one piece of advice we will provide in this program: learn how to use a debugger as soon as possible. It will be time well invested. The deal.II Frequently Asked Questions (FAQ) page linked to from the top-level