mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Suppressed multiple warnings.
This commit is contained in:
parent
9ec1b4243b
commit
0e861d1845
@ -48,8 +48,8 @@ namespace Opm
|
|||||||
double* solution) const
|
double* solution) const
|
||||||
{
|
{
|
||||||
CSRMatrix A = {
|
CSRMatrix A = {
|
||||||
size,
|
(size_t)size,
|
||||||
nonzeros,
|
(size_t)nonzeros,
|
||||||
const_cast<int*>(ia),
|
const_cast<int*>(ia),
|
||||||
const_cast<int*>(ja),
|
const_cast<int*>(ja),
|
||||||
const_cast<double*>(sa)
|
const_cast<double*>(sa)
|
||||||
|
Loading…
Reference in New Issue
Block a user