Opened 6 years ago
Closed 6 years ago
#5073 closed defect (duplicate)
The NF does not expand actualStream
Reported by: | Francesco Casella | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | 2.0.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: |
Description
See, e.g., Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank, the following error is reported
Modelica_trunk_Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.c:278:155: warning: implicit declaration of function 'actualStream' is invalid in C99 [-Wimplicit-function-declaration] data->localData[0]->realVars[54] /* tank.H_flow_top[1] variable */ = ((-data->localData[0]->realVars[30] /* flowSource.ports[1].m_flow variable */)) * (actualStream(data->simulationInfo->realParameter[44]));
This issue affects most Modelica.Fluid models.
Note:
See TracTickets
for help on using tickets.
Duplicate of #4970, sorry...