Changes between Initial Version and Version 1 of Ticket #5688, comment 2
- Timestamp:
- 2019-11-11T11:41:14Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5688, comment 2
initial v1 1 1 I see. I think the models should/would not compile (generated code) anyway since the variable is not declared. Instead of failing at generated code compilation they should fail somewhere earlier if possible. 2 3 It is also a fault of simulation codegen because it does not actually report failure of lookup for these sim variables. It just generates them from the cref. I will check more.