From: Jean-Paul Pelteret Date: Thu, 9 May 2019 13:14:31 +0000 (+0200) Subject: Fix a typo in the mesh_loop() example. X-Git-Tag: v9.1.0-rc1~95^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c19fa4c138d4fc1fa830861e04072357a300d5e;p=dealii.git Fix a typo in the mesh_loop() example. --- 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(),