From 7544e5c834722081ff9bbce066e2d7980b6b3906 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Thu, 28 Oct 2021 12:35:52 -0700 Subject: [PATCH] Corrected comment --- .../Detailed/BaseClasses/ISATThread.mo | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Buildings/ThermalZones/Detailed/BaseClasses/ISATThread.mo b/Buildings/ThermalZones/Detailed/BaseClasses/ISATThread.mo index c68db6e1847..1a96fff610e 100644 --- a/Buildings/ThermalZones/Detailed/BaseClasses/ISATThread.mo +++ b/Buildings/ThermalZones/Detailed/BaseClasses/ISATThread.mo @@ -1,10 +1,10 @@ within Buildings.ThermalZones.Detailed.BaseClasses; -class ISATThread "class used to handle ISAT thread" +class ISATThread "Class used to handle ISAT thread" extends ExternalObject; // constructor - function constructor "allocate memeory for cosimulation variables" - output ISATThread ISATThre "the handler of ISAT thread"; - external"C" ISATThre = isatcosim() annotation (Include="#include ", + function constructor "Allocate memeory for cosimulation variables" + output ISATThread ISATThre "Handler of ISAT thread"; + external "C" ISATThre = isatcosim() annotation (Include="#include ", IncludeDirectory="modelica://Buildings/Resources/C-Sources", LibraryDirectory="modelica://Buildings/Resources/Library", Library="isat"); annotation (Documentation(info=" @@ -21,15 +21,15 @@ First implementation. end constructor; // destructor - function destructor "release isat.dll or isat.so" - input ISATThread ISATThre "the handler of ISAT thread"; + function destructor "Release isat library" + input ISATThread ISATThre "Handler of ISAT thread"; external"C" isatSendStopCommand(ISATThre) annotation (Include="#include ", IncludeDirectory="modelica://Buildings/Resources/C-Sources", LibraryDirectory="modelica://Buildings/Resources/Library", Library="isat"); annotation (Documentation(info="

-Destructor sends stop command to ISAT and releases memory for co-simulation variables at the end of the simulation - +Destructor sends stop command to ISAT and releases memory for co-simulation variables at the end of the simulation. +

", revisions="