From 00f41dabbc5eea2dab2cbbca4e9bb2008cd3e02c Mon Sep 17 00:00:00 2001 From: "denis.davydov" Date: Wed, 21 May 2014 12:21:28 +0000 Subject: [PATCH] corrected a wrong description at the beginning of the test git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32957 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/petsc_complex/fe_get_function_values.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/petsc_complex/fe_get_function_values.cc b/tests/petsc_complex/fe_get_function_values.cc index 672e1f4f99..8d44677ed5 100644 --- a/tests/petsc_complex/fe_get_function_values.cc +++ b/tests/petsc_complex/fe_get_function_values.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: testsuite.html 32446 2014-02-10 14:31:22Z bangerth $ +// $Id: testsuite.html 32446 2014-05-21 14:31:22Z davydov $ // // Copyright (C) 2013 by the deal.II Authors // @@ -14,8 +14,8 @@ // // --------------------------------------------------------------------- -// test that matrix_scalar_product of a symmetric matrix -// applied to the same vector result in a real number +// test FEValuesBase::get_function_values() +// when used with complex vector; #include "../tests.h" -- 2.39.5