[cig-commits] r1276 - trunk/aspect/source/material_model

geenen at dealii.org geenen at dealii.org
Sun Oct 14 00:49:24 PDT 2012


Author: geenen
Date: 2012-10-14 01:48:02 -0600 (Sun, 14 Oct 2012)
New Revision: 1276

Modified:
   trunk/aspect/source/material_model/table.cc
Log:
fixed a typo in the parameter name

Modified: trunk/aspect/source/material_model/table.cc
===================================================================
--- trunk/aspect/source/material_model/table.cc	2012-10-13 19:31:25 UTC (rev 1275)
+++ trunk/aspect/source/material_model/table.cc	2012-10-14 07:48:02 UTC (rev 1276)
@@ -672,7 +672,7 @@
                              "whether the model is compressible. ");
           prm.enter_subsection ("Viscosity");
           {
-            prm.declare_entry ("ViscositycModel", "Exponential",
+            prm.declare_entry ("Viscosity Model", "Exponential",
                                Patterns::Anything (),
                                "Viscosity Model");
             prm.declare_entry ("Reference Viscosity", "5e24",



More information about the CIG-COMMITS mailing list