From 5c19fa4c138d4fc1fa830861e04072357a300d5e Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Thu, 9 May 2019 15:14:31 +0200 Subject: [PATCH] Fix a typo in the mesh_loop() example. --- include/deal.II/meshworker/mesh_loop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/meshworker/mesh_loop.h b/include/deal.II/meshworker/mesh_loop.h index c34aefead1..5a75890050 100644 --- a/include/deal.II/meshworker/mesh_loop.h +++ b/include/deal.II/meshworker/mesh_loop.h @@ -566,7 +566,7 @@ namespace MeshWorker * ... * * MyClass my_class; - * SratchData scratch; + * ScratchData scratch; * CopyData copy; * * mesh_loop(tria.begin_active(), -- 2.39.5