From a9b4dbc914a763e46a4037890fcb1b2b703f2e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ben=C3=AD=C4=8Dek?= Date: Wed, 22 Nov 2023 15:48:37 +0100 Subject: [PATCH] Repair namespaces --- Electric/RTD/PT100.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Electric/RTD/PT100.cs b/Electric/RTD/PT100.cs index 109c8c7..3080e1e 100644 --- a/Electric/RTD/PT100.cs +++ b/Electric/RTD/PT100.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Calculations.Electric.TemperatureSensorsRecalculation +namespace Calculations.Electric.RTD { public static class PT100 {