Issue with record in array in Buildings
Please check Buildings.HeatTransfer.Examples.ConductorInitialization. The C compilation fails with
Buildings_7.0.0_Buildings.HeatTransfer.Examples.ConductorInitialization_08bnd.c:1307:91: error:
assigning to 'modelica_boolean' (aka 'signed char') from incompatible
type 'const boolean_array' (aka 'const struct base_array_s')
data->simulationInfo->booleanParameter[3] /* conS1.lay[1].material.steadyState PARAM */ = _OMC_LIT0;
Change History
(5)
Milestone: |
1.17.0 → 1.18.0
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
accepted → closed
|
Probably the NF does something wrong involving
conS1.lay[1].material.steadyState
.@mahge930, feel free to give some suggestion to Per in your spare time, if you wish.