From: Martin Kronbichler Date: Mon, 26 Sep 2011 15:04:09 +0000 (+0000) Subject: Make compile without MPI. X-Git-Tag: v8.0.0~3385 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c9587bd51f76a859e7b38d3efaeb13aa5d4994;p=dealii.git Make compile without MPI. git-svn-id: https://svn.dealii.org/trunk@24427 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 9e008a48c0..803d62e78f 100644 --- a/deal.II/include/deal.II/base/utilities.h +++ b/deal.II/include/deal.II/base/utilities.h @@ -23,8 +23,7 @@ #if defined(DEAL_II_COMPILER_SUPPORTS_MPI) || defined(DEAL_II_USE_PETSC) #include #else - -extern boost::mutex m;typedef int MPI_Comm; + typedef int MPI_Comm; #endif #ifdef DEAL_II_USE_TRILINOS