Some spelling mistakes.

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@162 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Mike Kremer
2009-06-16 11:34:04 +00:00
parent deea278217
commit 8c61767cc0
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/** \page tutorial_01 First Steps - Building a cude
/** \page tutorial_01 First Steps - Building a cube
This small example shows:
\li How to declare your type \c MyMesh,
@@ -16,7 +16,7 @@ vertices, edges, and faces are stored internally (see also \ref
mesh_kernels_group). However, the storage must provide an array like interface.
For the tutorial we use the supplied ArrayKernel. The predefined
combinations of TriMesh/PolyMesh and the kernel are
contained in \c %OpenMesh/Core/Mesh/Types/, we use the
contained in \c %OpenMesh/src/OpenMesh/Core/Mesh, we use the
<tt>PolyMesh_ArrayKernelT</tt>.
\dontinclude build_cube.cc