From 9d78eb45d8e8b9c65a2d065e25454409fc674956 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 26 Apr 1999 17:50:15 +0000 Subject: [PATCH] entry_type in SparseMatrix defined git-svn-id: https://svn.dealii.org/trunk@1206 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index 020600c685..d369db95a2 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -425,7 +425,11 @@ template class SparseMatrix { public: - + /** + * Type of matrix entries. + */ + typedef number entry_type; + /** * Constructor; initializes the matrix to * be empty, without any structure, i.e. -- 2.39.5