mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-19 05:53:28 -06:00
Remove long-disabled code.
This commit is contained in:
parent
dea3741c1b
commit
0b19ec6370
@ -86,15 +86,10 @@ make_upwind_graph(int nc ,
|
|||||||
|
|
||||||
if ( theflux < 0)
|
if ( theflux < 0)
|
||||||
{
|
{
|
||||||
// ja[p++] = f;
|
|
||||||
ja[p++] = work[f];
|
ja[p++] = work[f];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ia[i+1] = p;
|
ia[i+1] = p;
|
||||||
// std::sort(ja + ia[i], ja + ia[i+1], SortByAbsFlux(flux));
|
|
||||||
// for (j = ia[i]; j < ia[i+1]; ++j) {
|
|
||||||
// ja[j] = work[ja[j]];
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user