opm-simulators/opm/core
Markus Blatt 16d05fcc93 Correct documentation of why we use operator[] to initialize map.
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.
2015-04-14 09:36:47 +02:00
..
flowdiagnostics Added computeWellPairs() function. 2015-02-11 14:03:47 +01:00
linalg Correct documentation of why we use operator[] to initialize map. 2015-04-14 09:36:47 +02:00
pressure Fix whitespace issues. 2015-01-23 09:12:15 +01:00
props Suppress sign-comparison warnings. 2015-03-27 15:38:21 +01:00
simulator Fix property method calls. 2015-03-23 16:19:40 +01:00
transport PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
utility PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
wells Complete function argument cleanup. 2015-02-17 13:56:02 +01:00
well_controls.h Renaming well is shut to well is stopped. 2015-01-09 09:10:10 +01:00
wells.h wells.h: Document several function 2014-07-03 16:09:56 +02:00