lcpp-org / crane

A MOOSE application dedicated to general Chemical ReAction NEtworks for plasma chemistry and thermochemistry problems.
https://crane-plasma-chemistry.readthedocs.io/
GNU Lesser General Public License v2.1
21 stars 20 forks source link

Remove unused parameter from zdplaskin example 2 #89

Closed cticenhour closed 1 year ago

cticenhour commented 1 year ago

CRANE is failing CIVET testing with the following error:

scalar_network.zdplaskin_ex2: *** ERROR ***
scalar_network.zdplaskin_ex2: /data/civet2/build/crane/tests/scalar_network/zdplaskin_ex2.i:73: unused parameter 'ChemicalReactions/ScalarNetwork/reaction_coefficient_format'

This param was removed from AddScalarReactions some time ago, so this PR fixes that up in example 2

cticenhour commented 1 year ago

Tagging @smpeyres