Skip to content
Snippets Groups Projects
Commit 670ffe7c authored by Markus Blatt's avatar Markus Blatt
Browse files

Use #if instead of #ifdef.

[[Imported from SVN: r5253]]
parent 9b9313e6
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ namespace Dune
* @{
*/
#ifdef HAVE_MPI
#if HAVE_MPI
template<class K>
struct MPITraits;
#endif
......@@ -129,7 +129,7 @@ namespace Dune
private:
unsigned short digit[n];
#ifdef HAVE_MPI
#if HAVE_MPI
friend class MPITraits<bigunsignedint<k> >;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment