From 3da264298cdd0917591feb8b2083725fea8624aa Mon Sep 17 00:00:00 2001 From: Guido Kanschat 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