Opened 16 years ago
#275 new defect
modify arrays in examples to use new #define input feature
| Reported by: | Stephen Siegel | Owned by: | bperry |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | examples | Version: | 1.1 |
| Keywords: | examples arrays extent | Cc: |
Description
Several of the examples won't compile because they declare global arrays with extents that are not statically defined. Fix this by using the #define to define the extents, as in
#pragma TASS input { N>0 } int
#define N 10
Note:
See TracTickets
for help on using tickets.
