]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
There's no point to print a stacktrace in what() -- this function is
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Jun 2005 20:34:06 +0000 (20:34 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Jun 2005 20:34:06 +0000 (20:34 +0000)
usually called at the place where an exception is caught, not where it
is triggered...

git-svn-id: https://svn.dealii.org/trunk@11015 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/exceptions.cc

index c33ef814d05aeb091bdeb6966ff0756d496e8ecf..36095e85d3e9f8aea0c70ec9ab52e9df43bba5f2 100644 (file)
@@ -161,8 +161,6 @@ const char * ExceptionBase::what () const throw ()
                                        // put in exception specific data
       print_info (converter);
 
-      print_stack_trace (converter);      // put in stacktrace (if available)
-  
       converter << "--------------------------------------------------------"
                 << std::endl;
 #ifndef HAVE_STD_STRINGSTREAM

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.