From: bangerth Date: Tue, 21 May 2013 04:18:42 +0000 (+0000) Subject: Doh -- I need to learn to place my parentheses... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c549c6c4cf1670c83272b77d58386815c14681b;p=dealii-svn.git Doh -- I need to learn to place my parentheses... git-svn-id: https://svn.dealii.org/trunk@29531 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/petsc_condense_01.cc b/tests/mpi/petsc_condense_01.cc index 001b6e98e1..5c21aa6e37 100644 --- a/tests/mpi/petsc_condense_01.cc +++ b/tests/mpi/petsc_condense_01.cc @@ -109,7 +109,7 @@ void test() { if ((i != vec.local_range().first+10) && - (vec(vec.local_range().first+90))) + (i != vec.local_range().first+90)) { double val = vec(i); Assert (std::fabs(val - i) <= 1e-6, ExcInternalError()); @@ -127,14 +127,11 @@ void test() for (unsigned int p=0; p