[cig-commits] commit: Update input file for asciidata changes

Mercurial hg at geodynamics.org
Wed Nov 23 13:12:40 PST 2011


changeset:   430:0a57f8bc14d7
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Nov 23 13:12:27 2011 -0800
files:       json_input/cookbook/tracers.json
description:
Update input file for asciidata changes


diff -r fd7394eb28fc -r 0a57f8bc14d7 json_input/cookbook/tracers.json
--- a/json_input/cookbook/tracers.json	Wed Nov 23 13:11:46 2011 -0800
+++ b/json_input/cookbook/tracers.json	Wed Nov 23 13:12:27 2011 -0800
@@ -62,14 +62,16 @@
             "Type": "ManualParticleLayout",
             "totalInitialParticles": "1",
             "manualParticlePositions": [
-                1.0, .1, .1,
-                1.3, .1, .1,
-                1.6, .1, .1,
-                1.9, .1, .1,
-                1.0, .2, .1,
-                1.3, .2, .1,
-                1.6, .2, .1,
-                1.9, .2, .1
+                "asciidata",
+                ["x", "y"],
+                1.0, .1,
+                1.3, .1,
+                1.6, .1,
+                1.9, .1,
+                1.0, .2,
+                1.3, .2,
+                1.6, .2,
+                1.9, .2
             ]
         },
         "swarmOutput":



More information about the CIG-COMMITS mailing list