From: bangerth Date: Wed, 10 Feb 2010 00:21:08 +0000 (+0000) Subject: Escape a command. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6280ebeec89c5ea46a3259650d50630f9dfe6e4c;p=dealii-svn.git Escape a command. git-svn-id: https://svn.dealii.org/trunk@20533 0785d39b-7218-0410-832d-ea1e28bc413d --- 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