Skip to content
Discussion options

You must be logged in to vote

You could use a debugger and follow these instructions
https://mooseframework.inl.gov/application_development/debugging.html

But i looked at your code and

        const VariableValue _C_L_val;

is wrong. should be

        const VariableValue & _C_L_val;

if there are more things, follow the debugging instructions please

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@shredderbvek
Comment options

@GiudGiud
Comment options

@shredderbvek
Comment options

@GiudGiud
Comment options

Answer selected by shredderbvek
@shredderbvek
Comment options

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