]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing function implementation.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 30 Mar 1998 07:03:40 +0000 (07:03 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 30 Mar 1998 07:03:40 +0000 (07:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@100 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/dsmatrix.h

index 1e0573c18953b6272a69f4371dc5472d872448ff..c6bc19627598d0982fbde05e576f10d738d67bc5 100644 (file)
@@ -390,6 +390,18 @@ double dSMatrix::diag_element (const int i) const {
 
 
 
+inline
+double dSMatrix::global_entry (const int j) const {
+  return val[j];
+};
+
+
+
+inline
+double & dSMatrix::global_entry (const int j) {
+  return val[j];
+};
+
 
 
 /*----------------------------   dsmatrix.h     ---------------------------*/

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.