Skip to content

Commit

Permalink
Address review comments. Refs #18702
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilnovak committed Aug 31, 2021
1 parent 0e269b8 commit 09d5231
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Expand Up @@ -9,12 +9,10 @@

#pragma once

// MOOSE includes
#include "SideIntegralVariableUserObject.h"
#include "NearestPointBase.h"
#include "LayeredSideIntegral.h"

// Forward Declarations
class NearestPointLayeredSideIntegral;

template <>
Expand Down
2 changes: 1 addition & 1 deletion framework/src/userobject/NearestPointLayeredSideIntegral.C
Expand Up @@ -21,7 +21,7 @@ NearestPointLayeredSideIntegral::validParams()
InputParameters params =
nearestPointBaseValidParams<LayeredSideIntegral, SideIntegralVariableUserObject>();

params.addClassDescription("Compute layered side integrals for nearest-point based subdomains");
params.addClassDescription("Compute layered side integrals for nearest-point based sidesets");

return params;
}
Expand Down
@@ -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'
[../]
[]
[]

0 comments on commit 09d5231

Please sign in to comment.