changeset 12388:177ddd506b5f octave-forge

clarify docs
author cdf
date Tue, 04 Mar 2014 16:41:28 +0000
parents 163980fbeb0a
children 4fa782b50c19
files extra/msh/inst/msh3m_structured_mesh.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/extra/msh/inst/msh3m_structured_mesh.m	Sun Mar 02 20:55:16 2014 +0000
+++ b/extra/msh/inst/msh3m_structured_mesh.m	Tue Mar 04 16:41:28 2014 +0000
@@ -43,7 +43,7 @@
 ## @item 2nd row: y-coordinates of the points.
 ## @item 3rd row: z-coordinates of the points.
 ## @end itemize
-## @item @var{e}: matrix with size 10 times number of mesh face edges.
+## @item @var{e}: matrix with size 10 times number of mesh boundary triangles.
 ## @itemize @bullet
 ## @item 1st row: number of the first vertex of the face edge.
 ## @item 2nd row: number of the second vertex of the face edge.
@@ -229,4 +229,4 @@
 
 %!test
 %! x = y = z = eye (2);
-%! fail("mesh = msh3m_structured_mesh (x, y, z, 1, 1:6)", "msh3m_structured_mesh: X, Y, Z must be valid numeric vectors.");
\ No newline at end of file
+%! fail("mesh = msh3m_structured_mesh (x, y, z, 1, 1:6)", "msh3m_structured_mesh: X, Y, Z must be valid numeric vectors.");