From 3a6d72346d8f0c73e57fc919c8cf4cf5e81638cb Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 21 Aug 2014 23:27:12 +0000 Subject: [PATCH] Made a member public for now, until further development is done. --- include/cantera/kinetics/InterfaceKinetics.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/cantera/kinetics/InterfaceKinetics.h b/include/cantera/kinetics/InterfaceKinetics.h index 9a77b780d..2165612f3 100644 --- a/include/cantera/kinetics/InterfaceKinetics.h +++ b/include/cantera/kinetics/InterfaceKinetics.h @@ -494,6 +494,7 @@ protected: */ vector_int reactionType_; +public: //! Vector of additional information about each reaction /*! * This vector contains information about the phase mole change for each reaction, @@ -501,6 +502,7 @@ protected: */ std::vector rmcVector; +protected: /*! * Vector of strings of length m_ii, the number of * reactions, containing the string expressions for each reaction