From: alex Date: Sat, 25 Feb 2017 14:59:56 +0000 (+0300) Subject: removed requirement of MPI support to compile with SLEPC X-Git-Tag: v8.5.0-rc1~93^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e05dc18d9d94c64d141686aaf29b38c4d09b6d21;p=dealii.git removed requirement of MPI support to compile with SLEPC --- diff --git a/source/base/mpi.cc b/source/base/mpi.cc index e07e080081..e58fb13de0 100644 --- a/source/base/mpi.cc +++ b/source/base/mpi.cc @@ -43,9 +43,7 @@ #endif #ifdef DEAL_II_WITH_SLEPC -# ifdef DEAL_II_WITH_MPI # include -# endif # include #endif