From: Toby D. Young Date: Mon, 13 Aug 2012 13:46:03 +0000 (+0000) Subject: Put in a missing header change. X-Git-Tag: v8.0.0~2319 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b55cf51a64e06b44749354ecf19b94c17b3c028;p=dealii.git Put in a missing header change. git-svn-id: https://svn.dealii.org/trunk@25935 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/sparsity_tools.h b/deal.II/include/deal.II/lac/sparsity_tools.h index a0d9531ac2..4434860f5d 100644 --- a/deal.II/include/deal.II/lac/sparsity_tools.h +++ b/deal.II/include/deal.II/lac/sparsity_tools.h @@ -254,6 +254,15 @@ namespace SparsityTools int, << "The number of partitions you gave is " << arg1 << ", but must be greater than zero."); + + /** + * Exception + */ + DeclException1 (ExcMETISError, + int, + << " An error with error number " << arg1 + << " occurred while calling a METIS function"); + /** * Exception */