removed typename
parent
f9e0ed07a3
commit
72a3e3932c
|
|
@ -42,8 +42,8 @@ public:
|
|||
|
||||
typedef boost::shared_ptr<VariableIndex> shared_ptr;
|
||||
typedef FastList<size_t> Factors;
|
||||
typedef typename Factors::iterator Factor_iterator;
|
||||
typedef typename Factors::const_iterator Factor_const_iterator;
|
||||
typedef Factors::iterator Factor_iterator;
|
||||
typedef Factors::const_iterator Factor_const_iterator;
|
||||
|
||||
protected:
|
||||
std::vector<Factors> indexUnpermuted_;
|
||||
|
|
|
|||
Loading…
Reference in New Issue