From: guido Date: Mon, 26 Apr 1999 17:50:15 +0000 (+0000) Subject: entry_type in SparseMatrix defined X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d78eb45d8e8b9c65a2d065e25454409fc674956;p=dealii-svn.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.