Opened 10 years ago
#3017 new defect
Generate warning for unbound constants
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | normal | Milestone: | Future |
Component: | Frontend | Version: | trunk |
Keywords: | Cc: |
Description
It would be nice if a warning were created for constants without binding, e.g. for x in the model below:
model Model1 constant Real x; Real y(start = 1.0); equation y = x*der(y); end Model1;
Note:
See TracTickets
for help on using tickets.