From: bangerth Date: Mon, 26 Sep 2011 13:33:33 +0000 (+0000) Subject: Move #ifdef DEAL_II_USE_TRILINOS to before the documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=958f0c547f3799b227be6f2e0b3e83bd9d15003f;p=dealii-svn.git Move #ifdef DEAL_II_USE_TRILINOS to before the documentation. git-svn-id: https://svn.dealii.org/trunk@24423 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/utilities.h b/deal.II/include/deal.II/base/utilities.h index 206aae0ff5..6847264976 100644 --- a/deal.II/include/deal.II/base/utilities.h +++ b/deal.II/include/deal.II/base/utilities.h @@ -629,12 +629,12 @@ namespace Utilities } +#ifdef DEAL_II_USE_TRILINOS /** * This namespace provides some of the basic structures used in the * initialization of the Trilinos objects (e.g., matrices, vectors, and * preconditioners). */ -#ifdef DEAL_II_USE_TRILINOS namespace Trilinos { /**