Using std::map

This commit is contained in:
Ingmar Schoegl
2023-08-05 16:26:32 -04:00
committed by Ray Speth
parent ddd803c630
commit 0df90be93e
46 changed files with 113 additions and 113 deletions
+1 -1
View File
@@ -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++) {