Fixing Bug Related to ZapdosReactions Action and Updating MOOSE Submodule
This PR will do the following:
- Fix a bug with the ZapdosReactions Action, where if the option
track_rates = trueis set, an error stating duplicate variables will occur. This is because of line 279 in fileAddZapdosReactions.Cwas not needed due to line 286 (i.e.,_problem->addAuxVariablewas called twice for the same operation). Removing line 279 fixes the error and results in the expected outcome. - Update the MOOSE submodule for CRANE.
@csdechant Can you push a new commit here updating the submodule again?
I want to use this event to check some status on our CI config.
Just did a commit --amend --no-edit push.
@csdechant Can you remove the submodule update for MOOSE here, rebase, and re-push?
Removed the MOOSE update and rebased on devel. Below is the link to CIVET testing: https://civet.inl.gov/pr/25301/
@csdechant Double-check that the author email in your commit here is associated with your GitHub account. I cannot see the email you used in the GitHub UI, but the "Unverified" status of the commit is linked to the email not being known by GitHub. I cannot merge until this is fixed.