From 5abd61698b66c06c2845e1c32472ce97a7267b0e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 24 Jun 2009 16:52:51 +0000 Subject: [PATCH] Also check the reverse assignment. git-svn-id: https://svn.dealii.org/trunk@18965 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/trilinos/49a.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/trilinos/49a.cc b/tests/trilinos/49a.cc index afb3d97968..0bd323e26f 100644 --- a/tests/trilinos/49a.cc +++ b/tests/trilinos/49a.cc @@ -44,6 +44,16 @@ void test (TrilinosWrappers::BlockVector &v) Assert (v(i) == i, ExcInternalError()); } + // now also check the reverse assignment + w = 0; + w = v; + for (unsigned int i=0; i