diff --git a/src/kinetics/include/antioch/photochemical_rate.h b/src/kinetics/include/antioch/photochemical_rate.h index 52a3d258..61c8ab17 100644 --- a/src/kinetics/include/antioch/photochemical_rate.h +++ b/src/kinetics/include/antioch/photochemical_rate.h @@ -72,7 +72,7 @@ namespace Antioch{ template ANTIOCH_AUTO(StateType) rate(const StateType& T) const - ANTIOCH_AUTOFUNC(StateType, StateType(_k)) + ANTIOCH_AUTOFUNC(StateType, Antioch::constant_clone(T, _k)) //! \return the derivative with respect to temperature. template