From 77be7671d12a75dc0d717fcbde5982b75ebb23a6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 26 Sep 2011 13:33:33 +0000 Subject: [PATCH] Move #ifdef DEAL_II_USE_TRILINOS to before the documentation. git-svn-id: https://svn.dealii.org/trunk@24423 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/utilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { /** -- 2.39.5