Skip to content

Commit 6038a6b

Browse files
author
csdechant
committed
Fixing bug related to 'track_rates = true' for the ZapdosReactions Action
1 parent 7ece8e9 commit 6038a6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/actions/AddZapdosReactions.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ AddZapdosReactions::act()
276276
{
277277
for (unsigned int i = 0; i < _num_reactions; ++i)
278278
{
279-
_problem->addAuxVariable(_aux_var_name[i], FIRST);
280279
auto params = _factory.getValidParams("MooseVariableConstMonomial");
281280
params.set<MooseEnum>("order") = "CONSTANT";
282281
params.set<MooseEnum>("family") = "MONOMIAL";

0 commit comments

Comments
 (0)