[cig-commits] [commit] master: Add a number of definitions for member variables, including one we appear to have forgotten previously. (ec763c6)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 12 05:15:05 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/555391b308f972e57b2488cb024ed6bda549ebf0...485a82a477d4e359644ce65c4155a55cdde612d7

>---------------------------------------------------------------

commit ec763c6d00e2e30942d60db26fcd20d6aaaa31ab
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Sun May 11 21:05:05 2014 -0500

    Add a number of definitions for member variables, including one we
    appear to have forgotten previously.


>---------------------------------------------------------------

ec763c6d00e2e30942d60db26fcd20d6aaaa31ab
 source/simulator/introspection.cc | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/source/simulator/introspection.cc b/source/simulator/introspection.cc
index 5945800..d918f78 100644
--- a/source/simulator/introspection.cc
+++ b/source/simulator/introspection.cc
@@ -43,6 +43,10 @@ namespace aspect
 
   template <int dim>
   const unsigned int
+  Introspection<dim>::BlockIndices::velocities;
+
+  template <int dim>
+  const unsigned int
   Introspection<dim>::BlockIndices::pressure;
 
   template <int dim>
@@ -50,6 +54,19 @@ namespace aspect
   Introspection<dim>::BlockIndices::temperature;
 
 
+  template <int dim>
+  const unsigned int
+  Introspection<dim>::BaseElements::velocities;
+
+  template <int dim>
+  const unsigned int
+  Introspection<dim>::BaseElements::pressure;
+
+  template <int dim>
+  const unsigned int
+  Introspection<dim>::BaseElements::temperature;
+
+
   namespace
   {
     template <int dim>



More information about the CIG-COMMITS mailing list