[cig-commits] commit: Add EulerDeform as a plugin by default

Mercurial hg at geodynamics.org
Wed Nov 23 02:09:14 PST 2011


changeset:   427:5b5eabbf2525
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Nov 23 02:08:57 2011 -0800
files:       json_parser/add_defaults.cxx
description:
Add EulerDeform as a plugin by default


diff -r aa7353902de1 -r 5b5eabbf2525 json_parser/add_defaults.cxx
--- a/json_parser/add_defaults.cxx	Tue Nov 22 22:49:25 2011 -0800
+++ b/json_parser/add_defaults.cxx	Wed Nov 23 02:08:57 2011 -0800
@@ -19,6 +19,10 @@ void add_defaults(json_spirit::Value &ro
     "["
     "    {"
     "        \"Type\": \"StgFEM_StandardConditionFunctions\","
+    "        \"Context\": \"context\""
+    "    },"
+    "    {"
+    "        \"Type\": \"Underworld_EulerDeform\","
     "        \"Context\": \"context\""
     "    }"
     "]}");



More information about the CIG-COMMITS mailing list