From: Guido Kanschat Date: Mon, 26 Apr 1999 17:50:15 +0000 (+0000) Subject: entry_type in SparseMatrix defined X-Git-Tag: v8.0.0~22080 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3da264298cdd0917591feb8b2083725fea8624aa;p=dealii.git entry_type in SparseMatrix defined git-svn-id: https://svn.dealii.org/trunk@1206 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.