From: bangerth Date: Wed, 24 Jun 2009 16:52:51 +0000 (+0000) Subject: Also check the reverse assignment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0d25f448df83ee676b81f99e57d2095b096bc43;p=dealii-svn.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