From 96dcdd36bbdfa4b06f3c0a4200fc5cffe6c9658a Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Thu, 22 Sep 2005 12:48:26 +0000 Subject: [PATCH] New ExcNeedsNetCDF git-svn-id: https://svn.dealii.org/trunk@11496 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/exceptions.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index 0010c5f5c0..d209c9d065 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -1147,6 +1147,15 @@ namespace StandardExceptions * if it is actually included. */ DeclException0 (ExcNeedsPETSC); + + /** + * This function requires the + * NetCDF library. Please set the + * environment variable NETCDF_DIR, + * reconfigure and check if it is + * actually included. + */ + DeclException0 (ExcNeedsNetCDF); /** * A configuration option disabled * this feature. In order to use -- 2.39.5