| 31 | } |
| 32 | |
| 33 | double TemperatureEnthalpy::enthalpy() const { |
| 34 | return m_enthalpy; |
| 35 | } |
| 36 | |
| 37 | std::ostream& operator<<(std::ostream& out, const openstudio::model::TemperatureEnthalpy& temperatureEnthalpy) { |
| 38 | out << "temperature=" << temperatureEnthalpy.temperature() << ", enthalpy=" << temperatureEnthalpy.enthalpy(); |
no outgoing calls