mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 23:15:35 -06:00
Remove unused function.
This commit is contained in:
parent
14533690e4
commit
5fea1f8556
@ -36,7 +36,7 @@ struct densrat_util {
|
||||
|
||||
|
||||
struct cfs_tpfa_res_impl {
|
||||
int is_incomp;
|
||||
int is_incomp
|
||||
|
||||
/* One entry per component per face */
|
||||
double *compflux_f; /* A_{ij} v_{ij} */
|
||||
@ -666,21 +666,6 @@ maxconn(grid_t *G)
|
||||
}
|
||||
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
static int
|
||||
is_incompr(int nc, const double *accum)
|
||||
/* ---------------------------------------------------------------------- */
|
||||
{
|
||||
int c, incompr;
|
||||
|
||||
for (c = 0, incompr = 1; (c < nc) && incompr; c++) {
|
||||
incompr = ! (fabs(accum[c]) > 0.0);
|
||||
}
|
||||
|
||||
return incompr;
|
||||
}
|
||||
|
||||
|
||||
/* ======================================================================
|
||||
* Public interface below separator.
|
||||
* ====================================================================== */
|
||||
|
Loading…
Reference in New Issue
Block a user