]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Small fix. Now it also compiles with gcc2.95.3
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Jul 2005 09:36:05 +0000 (09:36 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Jul 2005 09:36:05 +0000 (09:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@11030 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/exceptions.cc

index 6398114d947e3a3f77d2d1ae46b52bb0b92b37b5..d91bc430add2cf7b9b462e4935d2cd5ed0e9a5d1 100644 (file)
@@ -50,7 +50,7 @@ ExceptionBase::ExceptionBase (const char* f, const int l, const char *func,
 
 ExceptionBase::~ExceptionBase () throw ()
 {
-  if (backtrace != 0)
+  if (stacktrace != 0)
     free (stacktrace);
 }
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.