| Thread Links | Date Links | ||||
|---|---|---|---|---|---|
| Thread Prev | Thread Next | Thread Index | Date Prev | Date Next | Date Index |
The definition for DecoratedIntervalVector should be:
template< int N >
class DecoratedIntervalVector : public Decorated {
public:
DecoratedInterval inv[N];
};
Sorry for the confusion.
Nate Hayes