[cig-commits] commit:

Mercurial hg at geodynamics.org
Mon Nov 24 11:58:57 PST 2008


changeset:   90:15367b32cd21
user:        LukeHodkinson
date:        Wed May 14 02:49:04 2008 +0000
files:       Shape/src/Intersection.meta
description:
Updating meta files.  Urgh.


diff -r 23da94c0ebbb -r 15367b32cd21 Shape/src/Intersection.meta
--- a/Shape/src/Intersection.meta	Wed May 14 02:46:45 2008 +0000
+++ b/Shape/src/Intersection.meta	Wed May 14 02:49:04 2008 +0000
@@ -2,49 +2,39 @@
 <!DOCTYPE StGermainData SYSTEM "stgermain.dtd">
 <StGermainData xmlns="http://www.vpac.org/StGermain/XML_IO_Handler/Jun2003">
 
-<param name="Name">Intersection</param>
-<param name="Author">...</param>
-<param name="Organisation">VPAC</param>
-<param name="Project">StGermain</param>
-<param name="Location">./StGermain/Discretisation/Shape/src/</param>
-<param name="Project Web">https://csd.vpac.org/twiki/bin/view/Stgermain/WebHome</param>
-<param name="Copyright">StGermain Framework. Copyright (C) 2003-2005 VPAC.</param>
-<param name="License">The Gnu Lesser General Public License http://www.gnu.org/licenses/lgpl.html</param>
-<param name="Parent">Stg_Shape</param>
-<param name="Reference">...</param>
-<param name="Summary">...</param>
-<param name="Description">...</param>
+  <param name="Name">Intersection</param>
+  <param name="Author">...</param>
+  <param name="Organisation">VPAC</param>
+  <param name="Project">StGermain</param>
+  <param name="Location">./StgDomain/Discretisation/Shape/src/</param>
+  <param name="Project Web">https://csd.vpac.org/twiki/bin/view/Stgermain/WebHome</param>
+  <param name="Copyright">StGermain Framework. Copyright (C) 2003-2005 VPAC.</param>
+  <param name="License">The Gnu Lesser General Public License http://www.gnu.org/licenses/lgpl.html</param>
+  <param name="Parent">Stg_Shape</param>
+  <param name="Reference">...</param>
+  <param name="Summary">...</param>
 
-<!--Now the interesting stuff-->
+  <param name="Description">
+    Takes the intersection of a set of other shapes.
+  </param>
 
+  <list name="Params">
+    <struct>
+      <param name="Name">shapes</param>
+      <param name="Type">List</param>
+      <param name="Default"></param>
+      <param name="Description">
+        A list of names referring to other shape components to be involved
+        in the intersection.
+      </param>
+    </struct>
+  </list>
 
-<list name="Params">
+  <list name="Dependencies">
+    n/a
+  </list>
 
-</list>
-
-<list name="Dependencies">
-<!-- This component calls in another directory so the info above/below may not be complete-->
-	<struct>
-		<param name="Essential">True</param>
-		<param name="Name">&nameShape[1]</param>
-		<param name="Type">Stg_Shape</param>
-		<param name="Description">...</param>
-	</struct>
-
-<!-- PLEASE, check the above struct information is accurate, in line number 243 of the c file and then remove this comment afterwards -->
-
-	<struct>
-		<param name="Essential">True</param>
-		<param name="Name">nameShape</param>
-		<param name="Type">Stg_Shape</param>
-		<param name="Description">...</param>
-	</struct>
-
-<!-- PLEASE, check the above struct information is accurate, in line number 247 of the c file and then remove this comment afterwards -->
-
-
-</list>
-<!-- Add an exmaple XML if possible -->
-<param name="Example">...</param>
+  <param name="Example">
+  </param>
 
 </StGermainData>



More information about the CIG-COMMITS mailing list