From e90001f4d97105dd87a63009e463544cb5a6d7e2 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 2 Oct 2018 15:51:32 -0400 Subject: [PATCH] move section --- include/deal.II/base/mpi.h | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/include/deal.II/base/mpi.h b/include/deal.II/base/mpi.h index 82c643d1c6..aa9b0b4bbc 100644 --- a/include/deal.II/base/mpi.h +++ b/include/deal.II/base/mpi.h @@ -47,16 +47,6 @@ using MPI_Op = int; # endif #endif -DEAL_II_NAMESPACE_OPEN - - -// Forward type declarations to allow MPI sums over tensorial types -template -class Tensor; -template -class SymmetricTensor; -template -class SparseMatrix; // Helper macro to remove const from the pointer arguments to some MPI_* @@ -85,6 +75,19 @@ class SparseMatrix; # endif #endif + + +DEAL_II_NAMESPACE_OPEN + + +// Forward type declarations to allow MPI sums over tensorial types +template +class Tensor; +template +class SymmetricTensor; +template +class SparseMatrix; + namespace Utilities { /** -- 2.39.5