mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Silence int vs. size_t warnings.
This commit is contained in:
parent
05bd5def58
commit
e74a36d939
@ -86,7 +86,7 @@ struct HelperOps
|
|||||||
|
|
||||||
// handle non-neighboring connections
|
// handle non-neighboring connections
|
||||||
const bool has_nnc = nnc.hasNNC();
|
const bool has_nnc = nnc.hasNNC();
|
||||||
size_t numNNC = nnc.numNNC();
|
int numNNC = nnc.numNNC();
|
||||||
|
|
||||||
// num_connections may also include non-neighboring connections
|
// num_connections may also include non-neighboring connections
|
||||||
const int num_connections = num_internal + numNNC;
|
const int num_connections = num_internal + numNNC;
|
||||||
|
Loading…
Reference in New Issue
Block a user