mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
16d05fcc93dfca35c09e9074c5353cdef7d6fe4d
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.
Languages
C++
79.4%
ECL
13.8%
Cuda
1.7%
Pawn
1.7%
CMake
1.4%
Other
1.9%