From af3694ce19e5bfc819ce8b7bf1f64396dec08b55 Mon Sep 17 00:00:00 2001 From: willems Date: Mon, 26 Apr 2010 14:46:59 +0000 Subject: [PATCH] additional support variable for computation of generalized eigenvalues for symmetric lapack matrices included git-svn-id: https://svn.dealii.org/trunk@21040 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/lapack_support.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/lac/include/lac/lapack_support.h b/deal.II/lac/include/lac/lapack_support.h index 034eb9f4e6..b23eaa14f5 100644 --- a/deal.II/lac/include/lac/lapack_support.h +++ b/deal.II/lac/include/lac/lapack_support.h @@ -99,6 +99,10 @@ namespace LAPACKSupport * Character constant. */ static const char N = 'N'; + /** + * Character constant. + */ + static const char U = 'U'; /** * Integer constant. */ -- 2.39.5