[cig-commits] [commit] master: Remove an unnecessary variable and include. (cb44735)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri May 16 18:40:01 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/7b658caa05d489ae3f8d61b8049b015e7be94f77...cc43d3ac6f571573118eb54c2103bf92dfe8355f

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

commit cb44735432757d713b603ddc8744e78b0eb6bbaa
Author: Rene Gassmoeller <R.Gassmoeller at mailbox.org>
Date:   Fri May 16 17:44:28 2014 -0500

    Remove an unnecessary variable and include.


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

cb44735432757d713b603ddc8744e78b0eb6bbaa
 include/aspect/heating_model/interface.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/include/aspect/heating_model/interface.h b/include/aspect/heating_model/interface.h
index d58a003..ad89029 100644
--- a/include/aspect/heating_model/interface.h
+++ b/include/aspect/heating_model/interface.h
@@ -24,7 +24,6 @@
 #define __aspect__heating_model_interface_h
 
 #include <aspect/plugins.h>
-#include <aspect/geometry_model/interface.h>
 
 #include <deal.II/base/point.h>
 #include <deal.II/base/parameter_handler.h>
@@ -107,12 +106,6 @@ namespace aspect
         virtual
         void
         parse_parameters (ParameterHandler &prm);
-
-      protected:
-        /**
-         * Pointer to the geometry object in use.
-         */
-        const GeometryModel::Interface<dim> *geometry_model;
     };
 
 



More information about the CIG-COMMITS mailing list