From: Timo Heister Date: Tue, 2 Oct 2018 19:51:32 +0000 (-0400) Subject: move section X-Git-Tag: v9.1.0-rc1~662^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e90001f4d97105dd87a63009e463544cb5a6d7e2;p=dealii.git move section --- 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 { /**