lbl-srg / obc

OpenBuildingControl - Performance Evaluation, Specification, Deployment and Verification of Building Control Sequences
http://obc.lbl.gov
26 stars 14 forks source link

corrected the boolean value from capital to lower case #135

Closed JayHuLBL closed 1 year ago

JayHuLBL commented 1 year ago

In section 7.11 of the specification, it uses capital case False or True to assign value to boolean variable in Modelica code, which is wrong, like __cdl(InstanceInReference=False). This is to correct the error.