21 #ifndef __ANTARES_LIBS_STUDY_PARTS_THERMAL_POLLUTANT_H__
22 #define __ANTARES_LIBS_STUDY_PARTS_THERMAL_POLLUTANT_H__
28 namespace Antares::Data
52 static const std::map<enum PollutantEnum, const std::string> pollutantNamesOutputVariables;
53 static const std::string& getPollutantName(
int index);
55 static const std::map<std::string, enum PollutantEnum> namesToEnum;
57 std::array<double, POLLUTANT_MAX> factors{0};
Definition: pollutant.h:32