mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
This commit switches to using 'map<>::insert_or_assign()' as the primary interface for collecting dynamic aquifer data. In turn, this activates move semantics for the substructures and reduces the number of times the data is copied. Insert_or_assign requires the key, so provide this value--i.e., the aquifer ID--as part of the AquiferInterface. |
||
---|---|---|
.. | ||
core/props | ||
simulators |