[cig-commits] commit:

Mercurial hg at geodynamics.org
Mon Nov 24 11:59:13 PST 2008


changeset:   108:ea4916d0daad
user:        JulianGiordani
date:        Fri May 30 06:06:01 2008 +0000
files:       Mesh/src/Mesh_ElementType.meta
description:
fixing some spaces that were causing compiling issues
Done by Bec and Jules


diff -r 5595dce57725 -r ea4916d0daad Mesh/src/Mesh_ElementType.meta
--- a/Mesh/src/Mesh_ElementType.meta	Wed May 28 02:07:15 2008 +0000
+++ b/Mesh/src/Mesh_ElementType.meta	Fri May 30 06:06:01 2008 +0000
@@ -2,32 +2,32 @@
 <!DOCTYPE StGermainData SYSTEM "stgermain.dtd">
 <StGermainData xmlns="http://www.vpac.org/StGermain/XML_IO_Handler/Jun2003">
 
-  <param name="Name">Mesh_ElementType</param>
-  <param name="Organisation">VPAC</param>
-  <param name="Project">StGermain</param>
-  <param name="Location">./StGermain/Discretisation/Utils/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_Component</param>
+<param name="Name">Mesh_ElementType</param>
+<param name="Organisation">VPAC</param>
+<param name="Project">StGermain</param>
+<param name="Location">./StGermain/Discretisation/Utils/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_Component</param>
 
-  <param name="Description">
+<param name="Description">
     Base class for defining operations on a per-element level for a mesh.
     Operations include determining if an element contains a point in space,
     calculating the centroid of an element and calculating the shortest
     distance between any two vertices of an element.
-  </param>
+</param>
 
-  <list name="Params">
+<list name="Params">
     n/a
-  </list>
+</list>
 
-  <list name="Dependencies">
+<list name="Dependencies">
     n/a
-  </list>
+</list>
 
-  <param name="Example">
+<param name="Example">
     n/a
-  </param>
+</param>
 
 </StGermainData>



More information about the CIG-COMMITS mailing list