From 0801e740282e1c36a05bafb7cbc2c7af50ec62e1 Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Thu, 30 Sep 2021 14:59:38 +0200 Subject: [PATCH] Fix typo in ScratchData doc --- include/deal.II/meshworker/scratch_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/meshworker/scratch_data.h b/include/deal.II/meshworker/scratch_data.h index dc7bbd433d..43a1726b75 100644 --- a/include/deal.II/meshworker/scratch_data.h +++ b/include/deal.II/meshworker/scratch_data.h @@ -41,7 +41,7 @@ namespace MeshWorker * problems, and the evaluation of finite element fields. * * This class is a drop in ScratchData to use with the WorkStream::run() - * function and with the MeshWorker::mesh_loop function(). + * function and with the MeshWorker::mesh_loop() function. * * The ScratchData class has three main goals: * - to create FEValues, FEFaceValues, FESubfaceValues, and FEInterfaceValues -- 2.39.5