Remove unused function.
This commit is contained in:
parent
f87b9184ae
commit
c2482fbf12
@ -36,7 +36,7 @@ struct densrat_util {
|
|||||||
|
|
||||||
|
|
||||||
struct cfs_tpfa_res_impl {
|
struct cfs_tpfa_res_impl {
|
||||||
int is_incomp;
|
int is_incomp
|
||||||
|
|
||||||
/* One entry per component per face */
|
/* One entry per component per face */
|
||||||
double *compflux_f; /* A_{ij} v_{ij} */
|
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.
|
* Public interface below separator.
|
||||||
* ====================================================================== */
|
* ====================================================================== */
|
||||||
|
Loading…
Reference in New Issue
Block a user