Skip to content

Problem updating kernels for current MOOSE #23539

Answered by GiudGiud
mfitzka asked this question in Q&A General
Discussion options

You must be logged in to vote

In the header

You have

   static InputParameters validParams(const InputParameters & parameters);

It should be:

  static InputParameters validParams();

In the source
You have:

    template<>
    InputParameters
    CoupledCureTimeDerivative::validParams()
   {

It should be:

InputParameters
CoupledCureTimeDerivative::validParams()
{

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mfitzka
Comment options

Answer selected by mfitzka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants