From: Fabian Castelli Date: Thu, 30 Sep 2021 12:59:38 +0000 (+0200) Subject: Fix typo in ScratchData doc X-Git-Tag: v9.4.0-rc1~969^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0801e740282e1c36a05bafb7cbc2c7af50ec62e1;p=dealii.git Fix typo in ScratchData doc --- 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