From cc95ad3461e2a694a7627ad81205874aa8adaa15 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 10 Feb 2010 00:21:08 +0000 Subject: [PATCH] Escape a command. git-svn-id: https://svn.dealii.org/trunk@20533 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-6/doc/results.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-6/doc/results.dox b/deal.II/examples/step-6/doc/results.dox index 8f442eb90c..e6356b520c 100644 --- a/deal.II/examples/step-6/doc/results.dox +++ b/deal.II/examples/step-6/doc/results.dox @@ -44,7 +44,7 @@ refinement. The final solution, as written by the program at the end of the -run() function, looks as follows: +%run() function, looks as follows: @@ -118,11 +118,11 @@ from this example. -------------------------------------------------------- An error occurred in line <79> of file in function virtual Subscriptor::~Subscriptor() -The violated condition was: +The violated condition was: counter == 0 The name and call sequence of the exception was: ExcInUse(counter, object_info->name(), infostring) -Additional Information: +Additional Information: Object of class 4FE_QILi2EE is still used by 1 other objects. from Subscriber 10DoFHandlerILi2EE @@ -155,7 +155,7 @@ The one object that still uses the finite element is the The stacktrace gives an indication of where the problem happened. We -see that the exception was triggered in the +see that the exception was triggered in the destructor of the FiniteElement class that was called through a few more functions from the destructor of the LaplaceProblem class, exactly where we have commented out -- 2.39.5