diff options
Diffstat (limited to 'src/simulation/elements/SWCH.cpp')
| -rw-r--r-- | src/simulation/elements/SWCH.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/SWCH.cpp b/src/simulation/elements/SWCH.cpp index fd8fd26..824929d 100644 --- a/src/simulation/elements/SWCH.cpp +++ b/src/simulation/elements/SWCH.cpp @@ -28,7 +28,7 @@ Element_SWCH::Element_SWCH() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Solid. Only conducts when switched on. (PSCN switches on, NSCN switches off)"; + Description = "Only conducts when switched on. (PSCN switches on, NSCN switches off)"; State = ST_SOLID; Properties = TYPE_SOLID; |
