From e2750401340b6b47e04acdcde0c8fcc3bffec091 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 5 Aug 2008 20:13:53 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://svn.dealii.org/trunk@16493 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/sparse_matrix_vector_03.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bits/sparse_matrix_vector_03.cc b/tests/bits/sparse_matrix_vector_03.cc index 66220ed279..29f4c7d4c3 100644 --- a/tests/bits/sparse_matrix_vector_03.cc +++ b/tests/bits/sparse_matrix_vector_03.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2004, 2005 by the deal.II authors +// Copyright (C) 2004, 2005, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -48,7 +48,7 @@ void test (Vector &v, v.compress (); w.compress (); - // w:=Mv + // w+=Mv m.vmult_add (w,v); // make sure we get the expected result -- 2.39.5