Simulator programs and utilities for automatic differentiation.
Go to file
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
examples Rename directory opm/core/tof -> opm/core/flowdiagnostics. 2015-02-03 21:44:24 +01:00
opm/core Correct documentation of why we use operator[] to initialize map. 2015-04-14 09:36:47 +02:00
tests Add default producer BHP control when not given in deck. 2015-02-04 10:30:15 +01:00