From: wolf Date: Mon, 24 Apr 2006 20:27:13 +0000 (+0000) Subject: add test for float as well X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ff4250333013631f4d7981fc4a813433f74d870;p=dealii-svn.git add test for float as well git-svn-id: https://svn.dealii.org/trunk@12868 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/lac/tridiagonal_matrix.cc b/tests/lac/tridiagonal_matrix.cc index ce168957c9..dbbabfaa1b 100644 --- a/tests/lac/tridiagonal_matrix.cc +++ b/tests/lac/tridiagonal_matrix.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005 by the deal.II authors +// Copyright (C) 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -70,4 +70,5 @@ int main() deallog.threshold_double(1.e-10); check_vmult(); + check_vmult(); } diff --git a/tests/lac/tridiagonal_matrix/cmp/generic b/tests/lac/tridiagonal_matrix/cmp/generic index deceb283db..35c7e34b31 100644 --- a/tests/lac/tridiagonal_matrix/cmp/generic +++ b/tests/lac/tridiagonal_matrix/cmp/generic @@ -3,3 +3,7 @@ DEAL:: 9. 12. 13. 7. DEAL:: 18. 24. 26. 14. DEAL:: -1. 2. 3. 22. DEAL:: -2. 4. 6. 44. +DEAL:: 9. 12. 13. 7. +DEAL:: 18. 24. 26. 14. +DEAL:: -1. 2. 3. 22. +DEAL:: -2. 4. 6. 44.