Thread Links Date Links
Thread Prev Thread Next Thread Index Date Prev Date Next Date Index

Motion 8 implementation with global flags and/or flagspace



The definition for DecoratedIntervalVector should be:

template< int N >
class DecoratedIntervalVector : public Decorated {
    public:
DecoratedInterval inv[N];
};

Sorry for the confusion.

Nate Hayes