@@ -754,7 +754,7 @@ f"> */
754754/* scheme */
755755
756756 i__1 = * curlvl - 1 ;
757- curr = ptr + * curpbm * pow_ii (& c__2 , curlvl ) + pow_ii (& c__2 , & i__1 ) - 1 ;
757+ curr = ptr + * curpbm * pow_ii (c__2 , * curlvl ) + pow_ii (c__2 , i__1 ) - 1 ;
758758
759759/* Determine size of these matrices. We add HALF to the value of */
760760/* the SQRT in case the machine underestimates one of these square */
@@ -781,12 +781,12 @@ f"> */
781781/* rotations and permutation and then multiplying the center matrices */
782782/* against the current Z. */
783783
784- ptr = pow_ii (& c__2 , tlvls ) + 1 ;
784+ ptr = pow_ii (c__2 , * tlvls ) + 1 ;
785785 i__1 = * curlvl - 1 ;
786786 for (k = 1 ; k <= i__1 ; ++ k ) {
787787 i__2 = * curlvl - k ;
788788 i__3 = * curlvl - k - 1 ;
789- curr = ptr + * curpbm * pow_ii (& c__2 , & i__2 ) + pow_ii (& c__2 , & i__3 ) -
789+ curr = ptr + * curpbm * pow_ii (c__2 , i__2 ) + pow_ii (c__2 , i__3 ) -
790790 1 ;
791791 psiz1 = prmptr [curr + 1 ] - prmptr [curr ];
792792 psiz2 = prmptr [curr + 2 ] - prmptr [curr + 1 ];
@@ -847,7 +847,7 @@ f"> */
847847 c__1 );
848848
849849 i__2 = * tlvls - k ;
850- ptr += pow_ii (& c__2 , & i__2 );
850+ ptr += pow_ii (c__2 , i__2 );
851851/* L70: */
852852 }
853853
0 commit comments