From: Wolfgang Bangerth Date: Wed, 24 Jun 2009 16:52:51 +0000 (+0000) Subject: Also check the reverse assignment. X-Git-Tag: v8.0.0~7585 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5abd61698b66c06c2845e1c32472ce97a7267b0e;p=dealii.git Also check the reverse assignment. git-svn-id: https://svn.dealii.org/trunk@18965 0785d39b-7218-0410-832d-ea1e28bc413d --- 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