From 4031cec3413a96e8fc4cfc09d1a77d4759b0e648 Mon Sep 17 00:00:00 2001
From: Markus Blatt <markus@dr-blatt.de>
Date: Wed, 4 Jun 2014 08:59:05 +0000
Subject: [PATCH] Use logical instead of bitwise or when checking whether
 either ALUGrid or UG is there.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@12932 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 test/decoupled/1p/test_diffusion3d.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/decoupled/1p/test_diffusion3d.cc b/test/decoupled/1p/test_diffusion3d.cc
index ce8db4c143..d81770354c 100644
--- a/test/decoupled/1p/test_diffusion3d.cc
+++ b/test/decoupled/1p/test_diffusion3d.cc
@@ -25,7 +25,7 @@
 #include "config.h"
 #include <iostream>
 
-#if HAVE_ALUGRID | HAVE_UG
+#if HAVE_ALUGRID || HAVE_UG
 
 #include <dune/common/exceptions.hh>
 #include <dune/common/parallel/mpihelper.hh>
-- 
GitLab