From: Wolfgang Bangerth Date: Tue, 16 Aug 2011 00:02:42 +0000 (+0000) Subject: Fix invalid component access. X-Git-Tag: v8.0.0~3687 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef35d9f8fa687f2258f232e714dbed1c0e3a504e;p=dealii.git Fix invalid component access. git-svn-id: https://svn.dealii.org/trunk@24081 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/vectors_boundary_rhs_01.cc b/tests/deal.II/vectors_boundary_rhs_01.cc index 6b0caad341..5addf357f3 100644 --- a/tests/deal.II/vectors_boundary_rhs_01.cc +++ b/tests/deal.II/vectors_boundary_rhs_01.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2003, 2004, 2006, 2007 by the deal.II authors +// Copyright (C) 2000, 2001, 2003, 2004, 2006, 2007, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -52,7 +52,7 @@ class MySquareFunction : public Function virtual void vector_value (const Point &p, Vector &values) const { - for (unsigned int d=0; d