mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-10 04:58:04 -05:00
Using std::map
This commit is contained in:
committed by
Ray Speth
parent
ddd803c630
commit
0df90be93e
@@ -621,7 +621,7 @@ public:
|
||||
BulkKinetics kin;
|
||||
shared_ptr<Kinetics> kin_ref;
|
||||
vector<shared_ptr<Reaction>> reactions;
|
||||
std::map<std::string, shared_ptr<Species>> species;
|
||||
map<std::string, shared_ptr<Species>> species;
|
||||
|
||||
void check_rates(size_t N, const std::string& X) {
|
||||
for (size_t i = 0; i < kin_ref->nReactions(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user