Skip to content

Commit

Permalink
Fix pre-test (idaholab#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwen authored and recuero committed Apr 29, 2020
1 parent ba2596a commit d071f7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/spectral.i
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
order = CONSTANT
family = MONOMIAL
[../]

[./u_fem]
[./InitialCondition]
type = SmoothSuperellipsoidIC
Expand Down
2 changes: 1 addition & 1 deletion include/auxkernels/GradientComponentAux.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ class GradientComponentAux : public AuxKernel

/// Component of the gradient vector to match
const unsigned int _component;
};
};
2 changes: 1 addition & 1 deletion src/auxkernels/GradientComponentAux.C
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Real
GradientComponentAux::computeValue()
{
return _grad_v[_qp](_component);
}
}

0 comments on commit d071f7b

Please sign in to comment.