]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
entry_type changed to value_type
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Apr 1999 15:28:23 +0000 (15:28 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 Apr 1999 15:28:23 +0000 (15:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@1214 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/precondition.h
deal.II/lac/include/lac/sparse_matrix.h

index 74dc66a1c4ef2923a6b6433bdd933b81844e0802..920295ea582de5227b5c3a841286e59e8933f6bc 100644 (file)
@@ -94,7 +94,7 @@ class PreconditionRelaxation
                                      * function of the matrix.
                                      */
     typedef void ( MATRIX::* function_ptr)(VECTOR&, const VECTOR&,
-                                          typename MATRIX::entry_type) const;
+                                          typename MATRIX::value_type) const;
     
                                     /**
                                      * Constructor.
index 8cd313955c1449cd12a5e9f21ccbb8efcfa628f6..268ab93e5adf39e76f316f23c316c68057753b91 100644 (file)
@@ -428,7 +428,7 @@ class SparseMatrix
                                     /**
                                      * Type of matrix entries.
                                      */
-    typedef number entry_type;
+    typedef number value_type;
     
                                     /**
                                      * Constructor; initializes the matrix to

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.