From 7b38135b80c5d66ce49ef717813a4f456ba12ad4 Mon Sep 17 00:00:00 2001 From: Sebastian Eibl <sebastian.eibl@fau.de> Date: Mon, 7 Oct 2019 15:07:12 +0200 Subject: [PATCH] added more links to docu --- apps/tutorials/mesa_pd/01_MESAPD.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tutorials/mesa_pd/01_MESAPD.dox b/apps/tutorials/mesa_pd/01_MESAPD.dox index c3c1d3c81..c30e2cf93 100644 --- a/apps/tutorials/mesa_pd/01_MESAPD.dox +++ b/apps/tutorials/mesa_pd/01_MESAPD.dox @@ -37,7 +37,7 @@ Since all kernels are written against an abstract interface to access the partic Finally, to improve the complexity of the collision detection step, we need a data::LinkedCells acceleration data structure. -\snippet 01_MESAPD.cpp DataStructure +\snippet 01_MESAPD.cpp DataStructures Now we are almost ready to initialize the particles for our simulation. For this purpose we will write two helper functions to create spheres and walls. -- GitLab