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 legacy input parameter construction #77

Closed loganharbour closed 2 years ago

loganharbour commented 2 years ago

Legacy input parameter construction (validParams<T>) is being deprecated. Remove it and use the new input parameter construction (static InputParams validParams() on the object).