[cig-commits] [commit] master: Reunite a function with its documentation. (2b53710)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Aug 4 14:45:28 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/3811725812cafa918bbabc2515f52af7857aad31...9a8086507e7ed22ed2a4d13771930e4ae6bc3a7d

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

commit 2b537104ecacd86d77b720c5a608d58555ce3133
Author: Wolfgang Bangerth <bangerth at math.tamu.edu>
Date:   Thu Jul 24 16:46:09 2014 -0500

    Reunite a function with its documentation.


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

2b537104ecacd86d77b720c5a608d58555ce3133
 include/aspect/initial_conditions/spherical_shell.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/aspect/initial_conditions/spherical_shell.h b/include/aspect/initial_conditions/spherical_shell.h
index 08be7fc..1ef8e8c 100644
--- a/include/aspect/initial_conditions/spherical_shell.h
+++ b/include/aspect/initial_conditions/spherical_shell.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2011, 2012 by the authors of the ASPECT code.
+  Copyright (C) 2011, 2012, 2014 by the authors of the ASPECT code.
 
   This file is part of ASPECT.
 
@@ -45,6 +45,8 @@ namespace aspect
         /**
          * Return the initial temperature as a function of position.
          */
+        virtual
+        double initial_temperature (const Point<dim> &position) const;
 
          /**
          * Declare the parameters this class takes through input files.
@@ -59,8 +61,6 @@ namespace aspect
         virtual
         void
         parse_parameters (ParameterHandler &prm);
-        virtual
-        double initial_temperature (const Point<dim> &position) const;
      
       private:
          /**



More information about the CIG-COMMITS mailing list