202203204205206207208209210211212
long min2 = dec(min1) ; long max2 = dec(max1) ; // TODO Rewrite Path p1 = pathStep ; Path p2 = new P_Mod(pathStep, min2, max2) ; if ( !forwardMode ) { // Reverse order. Do the second bit first. Path tmp = p1 ; p1 = p2 ;
118119120121122123124125126127128
211212213214215216217218219220221
long min2 = dec(min1) ; long max2 = dec(max1) ; // TODO Rewrite Path p1 = pathStep ; Path p2 = new P_Mod(pathStep, min2, max2) ; if ( !forwardMode ) { // Reverse order. Do the second bit first. Path tmp = p1 ;
127128129130131132133134135136137