mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
fa279d6b16
Previously we hardcoded float. Now we use the result_type of the binary_function without any qualifiers. With any cv or reference qualifiers std::numeric_limits uses a default implementation which produces nonesense (e.g. numeric_limits<const int>::max() returns 0). |
||
---|---|---|
.. | ||
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 |