From fb7648f78ae5b9cafe0d024d8cc5177773debca4 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 22 Aug 2012 18:45:05 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.dealii.org/trunk@26080 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/trilinos_01.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mpi/trilinos_01.cc b/tests/mpi/trilinos_01.cc index 8660607452..6ad246f38d 100644 --- a/tests/mpi/trilinos_01.cc +++ b/tests/mpi/trilinos_01.cc @@ -75,7 +75,7 @@ void test () deallog << v_tmp.has_ghost_elements() << std::endl; - if (myid) + if (myid==0) deallog << "OK" << std::endl; } -- 2.39.5