diff --git a/opm/core/pressure/tpfa/cfs_tpfa_residual.h b/opm/core/pressure/tpfa/cfs_tpfa_residual.h index 3fdc38f91..8fdc8c5f4 100644 --- a/opm/core/pressure/tpfa/cfs_tpfa_residual.h +++ b/opm/core/pressure/tpfa/cfs_tpfa_residual.h @@ -54,15 +54,15 @@ struct cfs_tpfa_res_data { struct cfs_tpfa_res_data * -cfs_tpfa_res_construct(struct UnstructuredGrid *G , - struct WellCompletions *wconn , - int nphases); +cfs_tpfa_res_construct(struct UnstructuredGrid *G , + struct WellCompletions *wconn , + int nphases); void cfs_tpfa_res_destroy(struct cfs_tpfa_res_data *h); void -cfs_tpfa_res_assemble(struct UnstructuredGrid *G, +cfs_tpfa_res_assemble(struct UnstructuredGrid *G, double dt, struct cfs_tpfa_res_forces *forces, const double *zc, @@ -75,7 +75,7 @@ cfs_tpfa_res_assemble(struct UnstructuredGrid *G, struct cfs_tpfa_res_data *h); void -cfs_tpfa_res_flux(struct UnstructuredGrid *G , +cfs_tpfa_res_flux(struct UnstructuredGrid *G , struct cfs_tpfa_res_forces *forces , int np , const double *trans , @@ -88,7 +88,7 @@ cfs_tpfa_res_flux(struct UnstructuredGrid *G , double *wflux ); void -cfs_tpfa_res_fpress(struct UnstructuredGrid *G, +cfs_tpfa_res_fpress(struct UnstructuredGrid *G, int np, const double *htrans, const double *pmobf, @@ -100,19 +100,19 @@ cfs_tpfa_res_fpress(struct UnstructuredGrid *G, #if 0 void -cfs_tpfa_retrieve_masstrans(struct UnstructuredGrid *G, - int np, - struct cfs_tpfa_data *h, - double *masstrans_f); +cfs_tpfa_retrieve_masstrans(struct UnstructuredGrid *G, + int np, + struct cfs_tpfa_data *h, + double *masstrans_f); void -cfs_tpfa_retrieve_gravtrans(struct UnstructuredGrid *G, - int np, - struct cfs_tpfa_data *h, - double *gravtrans_f); +cfs_tpfa_retrieve_gravtrans(struct UnstructuredGrid *G, + int np, + struct cfs_tpfa_data *h, + double *gravtrans_f); double -cfs_tpfa_impes_maxtime(struct UnstructuredGrid *G, +cfs_tpfa_impes_maxtime(struct UnstructuredGrid *G, struct compr_quantities *cq, const double *trans, const double *porevol, @@ -122,14 +122,14 @@ cfs_tpfa_impes_maxtime(struct UnstructuredGrid *G, const double *gravity); void -cfs_tpfa_expl_mass_transport(struct UnstructuredGrid *G, - well_t *W, - struct completion_data *wdata, - int np, - double dt, - const double *porevol, - struct cfs_tpfa_data *h, - double *surf_vol); +cfs_tpfa_expl_mass_transport(struct UnstructuredGrid *G, + well_t *W, + struct completion_data *wdata, + int np, + double dt, + const double *porevol, + struct cfs_tpfa_data *h, + double *surf_vol); #endif