From: Ralf Hartmann Date: Thu, 22 Sep 2005 12:48:26 +0000 (+0000) Subject: New ExcNeedsNetCDF X-Git-Tag: v8.0.0~13107 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96dcdd36bbdfa4b06f3c0a4200fc5cffe6c9658a;p=dealii.git New ExcNeedsNetCDF git-svn-id: https://svn.dealii.org/trunk@11496 0785d39b-7218-0410-832d-ea1e28bc413d --- 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