[cig-commits] [commit] master: fix comments (f1952f7)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 19 20:14:42 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/76d4275352ef2cae5de9a073acd1c03a92c2670c...4f3d06fd1f3754419813db37ec9ef7f0f6f3cb15

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

commit f1952f70f0b70958b8f10fadf6571f3eda52988a
Author: Timo Heister <timo.heister at gmail.com>
Date:   Mon May 19 22:42:57 2014 -0400

    fix comments


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

f1952f70f0b70958b8f10fadf6571f3eda52988a
 include/aspect/simulator.h | 6 +++---
 source/simulator/core.cc   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/aspect/simulator.h b/include/aspect/simulator.h
index 199f389..483ef72 100644
--- a/include/aspect/simulator.h
+++ b/include/aspect/simulator.h
@@ -400,13 +400,13 @@ namespace aspect
         is_temperature () const;
 
         /**
-         * Look up the component index for this temperature or compositional field
-         * i. See Introspection::component_indices for more information.
+         * Look up the component index for this temperature or compositional field.
+         * See Introspection::component_indices for more information.
          */
         unsigned int component_index(const Introspection<dim> &introspection) const;
 
         /**
-         * Look up the block index for this temperature or compositional field
+         * Look up the block index for this temperature or compositional field.
          * See Introspection::block_indices for more information.
          */
         unsigned int block_index(const Introspection<dim> &introspection) const;
diff --git a/source/simulator/core.cc b/source/simulator/core.cc
index 1ce6ac4..165865d 100644
--- a/source/simulator/core.cc
+++ b/source/simulator/core.cc
@@ -360,7 +360,7 @@ namespace aspect
          * convert this into an object that matches the Function@<dim@>
          * interface.
          *
-        * @param total number of components of the finite element system.
+         * @param n_components total number of components of the finite element system.
          * @param function_object The scalar function that will form one component
          *     of the resulting Function object.
          */



More information about the CIG-COMMITS mailing list