mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
Implicit int went the way of the dodo in 1999. Catch up to this fact.
This commit is contained in:
parent
4a5610ca80
commit
02678a7fbe
@ -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