Opened 17 years ago
Closed 17 years ago
#4 closed defect (fixed)
ugly output in verbose mode
| Reported by: | Stephen Siegel | Owned by: | ywei |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | front | Version: | 1.0 |
| Keywords: | Cc: |
Description
In verbose mode, there is still extra junk printed when the models are printed:
begin model P1
| begin input variables
| | N : int;
line 1 column 0 through line 1 column 27:
input int N {N >= 0 && N<4};
| | a : real[N];
line 2 column 0 through line 2 column 15:
input real[N] a;
| end input variables;
| begin output variables
| | s : real;
line 3 column 0 through line 3 column 13:
output real s;
| end output variables;
Note:
See TracTickets
for help on using tickets.

Fixed.