opm-simulators/opm
Roland Kaufmann 5284497bad Remove superfluous backing class for share_obj
I originally wanted to make share_obj a class so that I could hide the
helper function, but it turned out that I needed a function after all
since a function template can be inferred from the parameters but the
type cannot from the constructor.

By returning a shared_ptr directly, the compiler can do return object
optimization.
2017-12-04 16:24:14 +01:00
..
autodiff Merge pull request #1356 from dr-robertk/PR/fix-minor-issue-gridview 2017-12-04 09:25:43 +01:00
core/utility Remove superfluous backing class for share_obj 2017-12-04 16:24:14 +01:00
polymer Remove legacy fully implicit polymer simulator. 2017-11-24 11:41:34 +01:00
simulators Merge pull request #1351 from totto82/changeDefaultTimeStep 2017-11-29 10:01:15 +01:00