[cig-commits] [commit] master: Fix typo (9830054)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed May 21 13:03:37 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/2df080f4905a6be43fd1729ea0d6a7a956cce070...a7135c1f7697d39efff2f47a79ca1e1395cff504

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

commit 9830054cfe161459acded9bbd3c263eb16639087
Author: ian-r-rose <ian.r.rose at gmail.com>
Date:   Wed May 21 13:50:37 2014 -0500

    Fix typo


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

9830054cfe161459acded9bbd3c263eb16639087
 source/simulator/parameters.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/simulator/parameters.cc b/source/simulator/parameters.cc
index c03681a..1117c15 100644
--- a/source/simulator/parameters.cc
+++ b/source/simulator/parameters.cc
@@ -364,7 +364,7 @@ namespace aspect
       prm.declare_entry ("Remove nullspace", "",
                          Patterns::MultipleSelection("net rotation|angular momentum|"
                                                      "net x translation|net y translation|net z translation|"
-                                                     "linear x momentum|linear y momentum|linear z momnetum"),
+                                                     "linear x momentum|linear y momentum|linear z momentum"),
                          "A selection of operations to remove certain parts of the nullspace from "
                          "the velocity after solving. For some geometries and certain boundary conditions "
                          "the velocity field is not uniquely determined but contains free translations "



More information about the CIG-COMMITS mailing list