1#ifndef INCLUDE_TEMPERATURE_FSI_TEMPERATURE_HPP_
2#define INCLUDE_TEMPERATURE_FSI_TEMPERATURE_HPP_
14 double convertTo(
const std::string &from,
const double &to);
22 double convertFrom(
const std::string &to,
const double &from);
double convertFrom(const std::string &to, const double &from)
Wrapper for FSI_temperatureConvertCelFrom() function.
double convertTo(const std::string &from, const double &to)
Wrapper for FSI_temperatureConvertCelTo() function.