[cig-commits] commit: spelling change: verticies ---> vertices

Mercurial hg at geodynamics.org
Fri Feb 5 13:00:21 PST 2010


changeset:   213:57c7edb9d9fb
branch:      1.4.x
user:        JulianGiordani
date:        Wed Jan 20 12:31:27 2010 +1100
files:       DrawingObjects/src/Contour.meta DrawingObjects/src/Isosurface.meta DrawingObjects/src/ScalarFieldCrossSection.meta RenderingEngines/src/OpenGlUtil.c
description:
spelling change: verticies ---> vertices


diff -r 59a915e0423a -r 57c7edb9d9fb DrawingObjects/src/Contour.meta
--- a/DrawingObjects/src/Contour.meta	Mon Jan 18 17:16:04 2010 +1100
+++ b/DrawingObjects/src/Contour.meta	Wed Jan 20 12:31:27 2010 +1100
@@ -21,7 +21,7 @@
 		<param name="Name">resolution</param>
 		<param name="Type">UnsignedInt</param>
 		<param name="Default">8</param>
-		<param name="Description">The default value for the resolutionX, resolutionY and resolutionZ. If these values aren't set the sampling grid will be uniform with this number of verticies in each direction.</param>
+		<param name="Description">The default value for the resolutionX, resolutionY and resolutionZ. If these values aren't set the sampling grid will be uniform with this number of vertices in each direction.</param>
 	</struct>
 	<struct>
 		<param name="Name">resolutionX</param>
diff -r 59a915e0423a -r 57c7edb9d9fb DrawingObjects/src/Isosurface.meta
--- a/DrawingObjects/src/Isosurface.meta	Mon Jan 18 17:16:04 2010 +1100
+++ b/DrawingObjects/src/Isosurface.meta	Wed Jan 20 12:31:27 2010 +1100
@@ -21,7 +21,7 @@
 		<param name="Name">resolution</param>
 		<param name="Type">UnsignedInt</param>
 		<param name="Default">64</param>
-		<param name="Description">The default value for the resolutionX, resolutionY and resolutionZ. If these values aren't set the sampling grid will be uniform with this number of verticies in each direction.</param>
+		<param name="Description">The default value for the resolutionX, resolutionY and resolutionZ. If these values aren't set the sampling grid will be uniform with this number of vertices in each direction.</param>
 	</struct>
 	<struct>
 		<param name="Name">resolutionX</param>
@@ -81,7 +81,7 @@
 		<param name="Name">maskType</param>
 		<param name="Type">String</param>
 		<param name="Default">GreaterThan</param>
-		<param name="Description">When testing whether to draw a triangle in the surface - this mask compares the value of a field at the verticies of the triangle and compares it to a value. This is the nature of the comparison. It can be "GreaterThan", "LessThan" or "EqualTo".</param>
+		<param name="Description">When testing whether to draw a triangle in the surface - this mask compares the value of a field at the vertices of the triangle and compares it to a value. This is the nature of the comparison. It can be "GreaterThan", "LessThan" or "EqualTo".</param>
 	</struct>
 	<struct>
 		<param name="Name">maskValue</param>
@@ -108,7 +108,7 @@
 		<param name="Essential">No</param>
 		<param name="Name">ColourMap</param>
 		<param name="Type">lucColourMap</param>
-		<param name="Description">You may colour each of the verticies of the isosurface with a colour map if you specify it here. This will override the 'colour' given as a parameter.</param>
+		<param name="Description">You may colour each of the vertices of the isosurface with a colour map if you specify it here. This will override the 'colour' given as a parameter.</param>
 	</struct>
 
 	<struct>
diff -r 59a915e0423a -r 57c7edb9d9fb DrawingObjects/src/ScalarFieldCrossSection.meta
--- a/DrawingObjects/src/ScalarFieldCrossSection.meta	Mon Jan 18 17:16:04 2010 +1100
+++ b/DrawingObjects/src/ScalarFieldCrossSection.meta	Wed Jan 20 12:31:27 2010 +1100
@@ -23,7 +23,7 @@
 		<param name="Name">resolution</param>
 		<param name="Type">UnsignedInt</param>
 		<param name="Default">128</param>
-		<param name="Description">The default value for the resolutionX, resolutionY and resolutionZ. If these values aren't set the sampling grid will be uniform with this number of verticies in each direction.</param>
+		<param name="Description">The default value for the resolutionX, resolutionY and resolutionZ. If these values aren't set the sampling grid will be uniform with this number of vertices in each direction.</param>
 	</struct>
 	<struct>
 		<param name="Name">resolutionX</param>
diff -r 59a915e0423a -r 57c7edb9d9fb RenderingEngines/src/OpenGlUtil.c
--- a/RenderingEngines/src/OpenGlUtil.c	Mon Jan 18 17:16:04 2010 +1100
+++ b/RenderingEngines/src/OpenGlUtil.c	Wed Jan 20 12:31:27 2010 +1100
@@ -681,7 +681,7 @@ void luc_DrawVector( Dimension_Index dim
 		i.e. head size of 1.0, means that B -> A, 
 		     head size of 0.0, means that B ->C */
 
-	/* ASCII art describing verticies for arrow 
+	/* ASCII art describing vertices for arrow 
 	                                D
 	                                |\
 	                                | \



More information about the CIG-COMMITS mailing list