From: David Wells Date: Sun, 8 Apr 2018 22:15:51 +0000 (-0400) Subject: Update the exception module. X-Git-Tag: v9.0.0-rc1~174^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9ad5d1cd07390b753fda274d672fc8bce7df608;p=dealii.git Update the exception module. This module referenced a few since-removed functions. --- diff --git a/doc/doxygen/headers/exceptions.h b/doc/doxygen/headers/exceptions.h index d8d9cb9872..eb356ba30c 100644 --- a/doc/doxygen/headers/exceptions.h +++ b/doc/doxygen/headers/exceptions.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2013 by the deal.II authors +// Copyright (C) 2003 - 2018 by the deal.II authors // // This file is part of the deal.II library. // @@ -21,10 +21,10 @@ * deal.II. * *

Brief overview

- * + * * Exceptions are used in two different ways: *