mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Made bc argument const.
This commit is contained in:
parent
649e9aa639
commit
b37681be43
@ -153,7 +153,7 @@ compute_grav_term(struct UnstructuredGrid *G, const double *gpress,
|
|||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
static int
|
static int
|
||||||
assemble_bc_contrib(struct UnstructuredGrid *G ,
|
assemble_bc_contrib(struct UnstructuredGrid *G ,
|
||||||
struct FlowBoundaryConditions *bc ,
|
const struct FlowBoundaryConditions *bc ,
|
||||||
const double *trans,
|
const double *trans,
|
||||||
struct ifs_tpfa_data *h )
|
struct ifs_tpfa_data *h )
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
@ -41,7 +41,7 @@ struct ifs_tpfa_data {
|
|||||||
|
|
||||||
struct ifs_tpfa_forces {
|
struct ifs_tpfa_forces {
|
||||||
const double *src;
|
const double *src;
|
||||||
struct FlowBoundaryConditions *bc;
|
const struct FlowBoundaryConditions *bc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user