[cig-commits] commit 1888 by bangerth to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Wed Sep 11 08:47:26 PDT 2013


Revision 1888

Change doc string slightly.

U   trunk/aspect/source/geometry_model/box.cc


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=1888&peg=1888

Diff:
Modified: trunk/aspect/source/geometry_model/box.cc
===================================================================
--- trunk/aspect/source/geometry_model/box.cc	2013-09-11 15:38:03 UTC (rev 1887)
+++ trunk/aspect/source/geometry_model/box.cc	2013-09-11 15:45:34 UTC (rev 1888)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2011, 2012 by the authors of the ASPECT code.
+  Copyright (C) 2011, 2012, 2013 by the authors of the ASPECT code.
 
   This file is part of ASPECT.
 
@@ -159,13 +159,13 @@
                              "if the simulation is in 2d Units: m.");
           prm.declare_entry ("X periodic", "false",
                              Patterns::Bool (),
-                             "set to true to have the box be periodic in X direction");
+                             "Whether the box should be periodic in X direction");
           prm.declare_entry ("Y periodic", "false",
                              Patterns::Bool (),
-                             "set to true to have the box be periodic in Y direction");
+                             "Whether the box should be periodic in Y direction");
           prm.declare_entry ("Z periodic", "false",
                              Patterns::Bool (),
-                             "set to true to have the box be periodic in Z direction");
+                             "Whether the box should be periodic in Z direction");
         }
         prm.leave_subsection();
       }


More information about the CIG-COMMITS mailing list