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

dealii.demon at gmail.com dealii.demon at gmail.com
Tue Apr 1 06:27:46 PDT 2014


Revision 2389

Make the default directory for data relative to the ASPECT source dir.

U   trunk/aspect/source/velocity_boundary_conditions/gplates.cc


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

Diff:
Modified: trunk/aspect/source/velocity_boundary_conditions/gplates.cc
===================================================================
--- trunk/aspect/source/velocity_boundary_conditions/gplates.cc	2014-03-31 18:55:37 UTC (rev 2388)
+++ trunk/aspect/source/velocity_boundary_conditions/gplates.cc	2014-04-01 13:27:44 UTC (rev 2389)
@@ -674,7 +674,7 @@
         prm.enter_subsection ("GPlates model");
         {
           prm.declare_entry ("Data directory",
-                             "data/velocity-boundary-conditions/gplates/",
+                             "$ASPECT_SOURCE_DIR/data/velocity-boundary-conditions/gplates/",
                              Patterns::DirectoryName (),
                              "The name of a directory that contains the model data. This path "
                              "may either be absolute (if starting with a '/') or relative to "


More information about the CIG-COMMITS mailing list