[cig-commits] [commit] master: Update the comment for the heating model interface update function. (8ab388d)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri May 16 18:39:59 PDT 2014


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

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

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

commit 8ab388d5d94ad87476e6710f5c000c92183877a9
Author: Rene Gassmoeller <R.Gassmoeller at mailbox.org>
Date:   Fri May 16 17:34:46 2014 -0500

    Update the comment for the heating model interface update function.


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

8ab388d5d94ad87476e6710f5c000c92183877a9
 include/aspect/heating_model/interface.h | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/include/aspect/heating_model/interface.h b/include/aspect/heating_model/interface.h
index 691e6a2..d58a003 100644
--- a/include/aspect/heating_model/interface.h
+++ b/include/aspect/heating_model/interface.h
@@ -64,11 +64,10 @@ namespace aspect
         initialize ();
 
         /**
-         * A function that is called at the beginning of each time step to
-         * indicate what the model time is for which the boundary values will
-         * next be evaluated. The default implementation of the function will
-         * do nothing, but derived classes that need more elaborate setups
-         * for a given time step may overload the function.
+         * A function that is called at the beginning of each time step.
+         * The default implementation of the function does nothing, but
+         * derived classes that need more elaborate setups for a given time
+         * step may overload the function.
          *
          * The point of this function is to allow complex heating
          * models to do an initialization step once at the beginning of each



More information about the CIG-COMMITS mailing list