remove unwanted increment
This commit is contained in:
parent
05c1270344
commit
356093e313
@ -96,7 +96,7 @@ B wfn_c1(B t, B x) {
|
|||||||
#endif
|
#endif
|
||||||
dec(exp);
|
dec(exp);
|
||||||
#else
|
#else
|
||||||
B r = fi(f, inc(x));
|
B r = fi(f, x);
|
||||||
#endif
|
#endif
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user