注释修改

This commit is contained in:
2025-07-25 01:01:52 +08:00
parent 7139219855
commit 8d7ab8fa7e
5 changed files with 69 additions and 72 deletions

View File

@@ -95,7 +95,7 @@ namespace hgl
}
/**
* 摄氏度到开
* 摄氏度到开尔文
*/
template<typename T>
inline T Celsius2Kelvin(const T &c)
@@ -104,7 +104,7 @@ namespace hgl
}
/**
* 开度到摄氏度
* 开尔文度到摄氏度
*/
template<typename T>
inline T Kelvin2Celsius(const T &k)