From 152e83e777e628bd06d25174258d659f7647d6c3 Mon Sep 17 00:00:00 2001 From: Lukas Werner <lks.werner@fau.de> Date: Thu, 22 Mar 2018 16:20:10 +0100 Subject: [PATCH] Fixed typo --- apps/tutorials/pe/02_ConfinedGasExtended.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tutorials/pe/02_ConfinedGasExtended.dox b/apps/tutorials/pe/02_ConfinedGasExtended.dox index cbc7a572a..89cd4a837 100644 --- a/apps/tutorials/pe/02_ConfinedGasExtended.dox +++ b/apps/tutorials/pe/02_ConfinedGasExtended.dox @@ -111,7 +111,7 @@ Raytracer raytracer(forest, storageID, globalBodyStorage, ccdID, lighting, Color(real_t(0.1), real_t(0.1), real_t(0.1)), radius, - customShadingFunction; + customShadingFunction); \endcode After the configuration is done, images can be generated each timestep by calling Raytracer::generateImage<BodyTuple>() which will be output to the specified directory. -- GitLab