Implicit int went the way of the dodo in 1999. Catch up to this fact.
This commit is contained in:
parent
a0f013e05f
commit
28e6e730db
@ -174,7 +174,7 @@ partition_allocate_inverse(int nc, int max_bin,
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
void
|
||||
partition_invert(int nc, const *p, int *pi, int *inverse)
|
||||
partition_invert(int nc, const int *p, int *pi, int *inverse)
|
||||
/* ---------------------------------------------------------------------- */
|
||||
{
|
||||
int nbin, b, i, j, tmp;
|
||||
|
Loading…
Reference in New Issue
Block a user