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 ) {