diff --git a/src/mesh.h b/src/mesh.h --- a/src/mesh.h +++ b/src/mesh.h @@ -413,7 +413,8 @@ public: node_sets.push_back(node_set); } - void CleanChemicals(const vector &clean_chem, const vector &clean_transporters); + void CleanChemicals(const vector &clean_chem); + void CleanTransporters(const vector &clean_transporters); void RandomizeChemicals(const vector &max_chem, const vector &max_transporters); inline double getTime(void) const { return time; } string getTimeHours(void) const;