mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[clib] Add ReactionCabinet
This commit is contained in:
parent
80aa8a05e7
commit
40ea1c40a9
@ -32,11 +32,13 @@ typedef Cabinet<ThermoPhase> ThermoCabinet;
|
||||
typedef Cabinet<Kinetics> KineticsCabinet;
|
||||
typedef Cabinet<Transport> TransportCabinet;
|
||||
typedef Cabinet<Solution> SolutionCabinet;
|
||||
typedef Cabinet<Reaction> ReactionCabinet;
|
||||
|
||||
template<> ThermoCabinet* ThermoCabinet::s_storage = 0;
|
||||
template<> KineticsCabinet* KineticsCabinet::s_storage = 0;
|
||||
template<> TransportCabinet* TransportCabinet::s_storage = 0;
|
||||
template<> SolutionCabinet* SolutionCabinet::s_storage = 0;
|
||||
template<> ReactionCabinet* ReactionCabinet::s_storage = 0;
|
||||
|
||||
/**
|
||||
* Exported functions.
|
||||
|
Loading…
Reference in New Issue
Block a user