From 67420a0d6abe78d3a5ec0495f89b8172a0abdb53 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 16 Aug 2011 00:02:42 +0000 Subject: [PATCH] Fix invalid component access. git-svn-id: https://svn.dealii.org/trunk@24081 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/vectors_boundary_rhs_01.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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