Realign function prototypes. No functional changes.

This commit is contained in:
Bård Skaflestad
2012-05-24 14:36:53 +02:00
parent bb95c7ec69
commit ee5e506c44

View File

@@ -915,14 +915,14 @@ assemble_well_contrib(struct cfs_tpfa_res_wells *wells ,
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
static void static void
compute_fpress(struct UnstructuredGrid *G, compute_fpress(struct UnstructuredGrid *G ,
int np, int np ,
const double *htrans, const double *htrans ,
const double *pmobf, const double *pmobf ,
const double *gravcap_f, const double *gravcap_f,
const double *cpress, const double *cpress ,
const double *fflux, const double *fflux ,
double *fpress, double *fpress ,
double *scratch_f) double *scratch_f)
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
{ {
@@ -972,13 +972,13 @@ compute_fpress(struct UnstructuredGrid *G,
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
static void static void
compute_flux(struct UnstructuredGrid *G, compute_flux(struct UnstructuredGrid *G ,
int np, int np ,
const double *trans, const double *trans ,
const double *pmobf, const double *pmobf ,
const double *gravcap_f, const double *gravcap_f,
const double *cpress, const double *cpress ,
double *fflux) double *fflux )
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
{ {
int f, c1, c2, p; int f, c1, c2, p;
@@ -1157,17 +1157,17 @@ cfs_tpfa_res_construct(struct UnstructuredGrid *G ,
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
void void
cfs_tpfa_res_assemble(struct UnstructuredGrid *G, cfs_tpfa_res_assemble(struct UnstructuredGrid *G ,
double dt, double dt ,
struct cfs_tpfa_res_forces *forces, struct cfs_tpfa_res_forces *forces ,
const double *zc, const double *zc ,
struct compr_quantities_gen *cq, struct compr_quantities_gen *cq ,
const double *trans, const double *trans ,
const double *gravcap_f, const double *gravcap_f,
const double *cpress, const double *cpress ,
const double *wpress, const double *wpress ,
const double *porevol, const double *porevol ,
struct cfs_tpfa_res_data *h) struct cfs_tpfa_res_data *h )
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
{ {
int res_is_neumann, well_is_neumann, c, np2; int res_is_neumann, well_is_neumann, c, np2;
@@ -1240,15 +1240,15 @@ cfs_tpfa_res_flux(struct UnstructuredGrid *G ,
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
void void
cfs_tpfa_res_fpress(struct UnstructuredGrid *G, cfs_tpfa_res_fpress(struct UnstructuredGrid *G ,
int np, int np ,
const double *htrans, const double *htrans ,
const double *pmobf, const double *pmobf ,
const double *gravcap_f, const double *gravcap_f,
struct cfs_tpfa_res_data *h, struct cfs_tpfa_res_data *h ,
const double *cpress, const double *cpress ,
const double *fflux, const double *fflux ,
double *fpress) double *fpress )
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
{ {
compute_fpress(G, np, htrans, pmobf, gravcap_f, compute_fpress(G, np, htrans, pmobf, gravcap_f,