From 3e0357e2e4c03bf55d893d66a16a7fa8e505c6e5 Mon Sep 17 00:00:00 2001 From: Pavel Tomin Date: Mon, 16 Dec 2024 16:17:45 -0600 Subject: [PATCH] doxygen fix --- src/coreComponents/mesh/generators/VTKUtilities.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreComponents/mesh/generators/VTKUtilities.hpp b/src/coreComponents/mesh/generators/VTKUtilities.hpp index 864d090338..d064595f6d 100644 --- a/src/coreComponents/mesh/generators/VTKUtilities.hpp +++ b/src/coreComponents/mesh/generators/VTKUtilities.hpp @@ -129,7 +129,7 @@ class AllMeshes /** * @brief Defines the face blocks/fractures. - * @param edfmSurBlocks A map which connects each name of the face block to its mesh. + * @param edfmSurfBlocks A map which connects each name of the face block to its mesh. */ void setEmbeddedSurfaceBlocks( std::map< string, vtkSmartPointer< vtkDataSet > > const & edfmSurfBlocks ) {