From 774e029545ecab4b29469b3ffe8e869d99af9ba3 Mon Sep 17 00:00:00 2001 From: "denis.davydov" Date: Wed, 21 May 2014 08:11:18 +0000 Subject: [PATCH] minor modification to the test git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32952 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/petsc_complex/parallel_sparse_matrix_01.cc | 2 ++ tests/petsc_complex/parallel_sparse_matrix_01.output | 1 + 2 files changed, 3 insertions(+) diff --git a/tests/petsc_complex/parallel_sparse_matrix_01.cc b/tests/petsc_complex/parallel_sparse_matrix_01.cc index c184f0871e..16f73b2cae 100644 --- a/tests/petsc_complex/parallel_sparse_matrix_01.cc +++ b/tests/petsc_complex/parallel_sparse_matrix_01.cc @@ -187,6 +187,8 @@ void test () deallog<<"conj*vmult:"<< conjugate*tmp< norm = mass_matrix.matrix_scalar_product(vector, vector); diff --git a/tests/petsc_complex/parallel_sparse_matrix_01.output b/tests/petsc_complex/parallel_sparse_matrix_01.output index 49a9bfb1e3..52906fdae5 100644 --- a/tests/petsc_complex/parallel_sparse_matrix_01.output +++ b/tests/petsc_complex/parallel_sparse_matrix_01.output @@ -2,4 +2,5 @@ DEAL::symmetric: 1 DEAL::hermitian: 1 DEAL::conj*vmult:(2.00000,0.00000) +DEAL::vector*vmult:(0.00000,-2.00000) DEAL::matrix_scalar_product: (2.00000,0.00000) -- 2.39.5