From cabe5a5cea7e02eb6cc5db9387bc9c5a1a8de762 Mon Sep 17 00:00:00 2001 From: Xavier Raynaud Date: Wed, 18 Apr 2012 14:32:20 +0200 Subject: [PATCH] Corrected typos. --- tutorials/tutorial1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/tutorial1.cpp b/tutorials/tutorial1.cpp index 080244fdd..e7c0649e6 100644 --- a/tutorials/tutorial1.cpp +++ b/tutorials/tutorial1.cpp @@ -47,7 +47,7 @@ int main() /// \page tutorial1 /// We set the number of blocks in each direction. /// \code - int nx = 3; + int nx = 4; int ny = 3; int nz = 2; /// \endcode @@ -82,7 +82,7 @@ int main() } /// \endcode /// \page tutorial1 -/// We read the the vtu output file in \a Paraview and obtain the following grid. +/// We read the vtu output file in \a Paraview and obtain the following grid. /// \image html tutorial1.png /// \page tutorial1