mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
16d05fcc93
This commit updates the source code comment about using operator[] to initialize the unordered map. Thanks to Bard's persistence we found out that the cause is not the construction of the key value of type std::string from const char* but the mapped type being a (mutable) char* (due to C?). This completes the PR #784. |
||
---|---|---|
.. | ||
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 |