From e51053c56dbab11ebf27037ce16e3023f830030e Mon Sep 17 00:00:00 2001 From: Ingmar Schoegl Date: Sun, 15 Sep 2024 11:09:26 -0500 Subject: [PATCH] [zeroD] Add future plans for ReactorBase as todo item --- include/cantera/zeroD/ReactorBase.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/cantera/zeroD/ReactorBase.h b/include/cantera/zeroD/ReactorBase.h index 245a93995ee..e7beebd4c6c 100644 --- a/include/cantera/zeroD/ReactorBase.h +++ b/include/cantera/zeroD/ReactorBase.h @@ -37,6 +37,9 @@ struct SensitivityParameter * Base class for stirred reactors. Allows using any substance model, with * arbitrary inflow, outflow, heat loss/gain, surface chemistry, and volume * change. + * @todo After completion of the %Cantera 3.1 deprecation cycle, all methods should be + * either moved to ReactorNode or Reactor, with ReactorBase entering its own + * deprecation cycle in %Cantera 3.2. * @ingroup reactorGroup */ class ReactorBase : public ReactorNode