diff --git a/framework/include/userobject/NearestPointLayeredSideIntegral.h b/framework/include/userobject/NearestPointLayeredSideIntegral.h index 34eadefcf437..c8f2c13594c2 100644 --- a/framework/include/userobject/NearestPointLayeredSideIntegral.h +++ b/framework/include/userobject/NearestPointLayeredSideIntegral.h @@ -9,12 +9,10 @@ #pragma once -// MOOSE includes #include "SideIntegralVariableUserObject.h" #include "NearestPointBase.h" #include "LayeredSideIntegral.h" -// Forward Declarations class NearestPointLayeredSideIntegral; template <> diff --git a/framework/src/userobject/NearestPointLayeredSideIntegral.C b/framework/src/userobject/NearestPointLayeredSideIntegral.C index c101c1efa645..72685f429446 100644 --- a/framework/src/userobject/NearestPointLayeredSideIntegral.C +++ b/framework/src/userobject/NearestPointLayeredSideIntegral.C @@ -21,7 +21,7 @@ NearestPointLayeredSideIntegral::validParams() InputParameters params = nearestPointBaseValidParams(); - params.addClassDescription("Compute layered side integrals for nearest-point based subdomains"); + params.addClassDescription("Compute layered side integrals for nearest-point based sidesets"); return params; } diff --git a/test/tests/userobjects/nearest_point_layered_side_integral/tests b/test/tests/userobjects/nearest_point_layered_side_integral/tests index afeb5ae40b5a..3e752df0e85b 100644 --- a/test/tests/userobjects/nearest_point_layered_side_integral/tests +++ b/test/tests/userobjects/nearest_point_layered_side_integral/tests @@ -1,10 +1,10 @@ [Tests] - [./test] + [test] type = Exodiff input = nearest_point_layered_side_integral.i exodiff = nearest_point_layered_side_integral_out.e requirement = 'The system shall compute layered side integrals that computed from the closest values for a list of points' design = 'NearestPointLayeredSideIntegral.md' issues = '#18702' - [../] + [] []