mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
a458aa7688
Well, you never know. There are containers that use a signed integer for storing its size. This results in a warning about comparing signed with unsigned integers. This commit prevents this by explicitly casting the size to std::size_t. |
||
---|---|---|
.. | ||
call_umfpack.c | ||
call_umfpack.h | ||
LinearSolverFactory.cpp | ||
LinearSolverFactory.hpp | ||
LinearSolverInterface.cpp | ||
LinearSolverInterface.hpp | ||
LinearSolverIstl.cpp | ||
LinearSolverIstl.hpp | ||
LinearSolverPetsc.cpp | ||
LinearSolverPetsc.hpp | ||
LinearSolverUmfpack.cpp | ||
LinearSolverUmfpack.hpp | ||
ParallelIstlInformation.hpp | ||
sparse_sys.c | ||
sparse_sys.h |