Skip to content

Commit

Permalink
Correct test block name. Refs idaholab#18536
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilnovak authored and MengnanLi91 committed Jan 4, 2023
1 parent b636a7a commit 61f2e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/src/userobject/NearestPointAverage.C
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ InputParameters
NearestPointAverage::validParams()
{
InputParameters params =
nearestPointBaseValidParams<ElementAverageValue, ElementVariableVectorPostprocessor>();
NearestPointBase<ElementAverageValue, ElementVariableVectorPostprocessor>::validParams();

params.addClassDescription(
"Compute element variable averages for nearest-point based subdomains");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
[]
[]

[VectorProcessors]
[UserObjects]
[npa]
type = NearestPointAverage
points_file = points.txt
Expand Down

0 comments on commit 61f2e58

Please sign in to comment.