From 8d6ae976a39a2d691a1fde775695d79a06f92d3a Mon Sep 17 00:00:00 2001 From: peri4 Date: Fri, 26 Sep 2025 21:38:41 +0300 Subject: [PATCH] remove comment --- libs/main/units/piunits_value.h | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/libs/main/units/piunits_value.h b/libs/main/units/piunits_value.h index 97c36377..16be94dc 100644 --- a/libs/main/units/piunits_value.h +++ b/libs/main/units/piunits_value.h @@ -30,28 +30,7 @@ namespace PIUnits { -/* - enum class Angle { - Degree = 0x200, - Radian, - }; - enum class Time { - Second = 0x300, - Hertz, - }; - enum class Temperature { - Kelvin = 0x400, - Celsius, - Fahrenheit, - }; - enum class Pressure { - Pascal = 0x500, - }; - enum class Distance { - Meter = 0x500, - }; -}; -*/ + class PIP_EXPORT Value { public: Value(double v = 0., int t = Class::Invalid);