diff -r b9fad0f9f8ab -r c89884c1737b lemon/vf2pp.h --- a/lemon/vf2pp.h Sat Oct 07 15:45:56 2017 +0200 +++ b/lemon/vf2pp.h Sat Oct 07 15:46:28 2017 +0200 @@ -352,7 +352,7 @@ //we will find pairs for the nodes of g1 in this order - void setOrder(){ + void initOrder(){ for(typename G2::NodeIt n2(_g2); n2!=INVALID; ++n2) ++_labelTmp1[_intLabels2[n2]]; @@ -464,7 +464,7 @@ } //calculate the lookup table for cutting the search tree - void setRNew1tRInOut1t(){ + void initRNew1tRInOut1t(){ typename G1::template NodeMap tmp(_g1,0); for(unsigned int i=0; i<_order.size(); ++i) { tmp[_order[i]]=-1; @@ -537,8 +537,8 @@ _mapping_type(SUBGRAPH), _deallocMappingAfterUse(0), _deallocLabelsAfterUse(0) { - setOrder(); - setRNew1tRInOut1t(); + initOrder(); + initRNew1tRInOut1t(); //reset mapping for(typename G1::NodeIt n(g1);n!=INVALID;++n)