From eb1e12438b6019f4b8794233c2eb49567fb3e76a Mon Sep 17 00:00:00 2001 From: Ariel Date: Thu, 6 Aug 2015 17:47:09 -0600 Subject: [PATCH] Fixed typo: simplifiy to simplify in step 18 --- examples/step-18/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-18/doc/intro.dox b/examples/step-18/doc/intro.dox index a750e9e10d..4e049f8683 100644 --- a/examples/step-18/doc/intro.dox +++ b/examples/step-18/doc/intro.dox @@ -341,7 +341,7 @@ generate graphical output for that subset of cells that it owns, write them into separate files and have a way to display all files for a certain timestep at the same time. This way the code produces one .vtu file per processor per time step. The two common VTK file viewers ParaView and VisIt both support -opening more than one .vtu file at once. To simplifiy the process of picking +opening more than one .vtu file at once. To simplify the process of picking the correct files and allow moving around in time, both support record files that reference all files for a given timestep. Sadly, the record files have a different format between VisIt and Paraview, so we write out both formats. -- 2.39.5