Commit Graph

61 Commits

Author SHA1 Message Date
Kjell W. Kongsvik
31ec1dcfb2 Minor code formatting changes 2016-06-29 10:11:06 +02:00
Kjell W. Kongsvik
7f3cbcf91a Expands ALL keyword for summary
Only support F, G, W, not A
2016-06-28 15:39:59 +02:00
Joakim Hove
0ab3917233 Merge pull request #849 from jokva/remove-well-ptr
Remove shared_ptr Well alias, make Schedule interface more consistent
2016-06-20 14:57:17 +02:00
Jørgen Kvalsvik
44d7abc6fb Well shared_ptr alias removed
Deprecate the WellPtr -> shared_ptr aliases. The Schedule object is the
sole owner of these objects, and shared_ptr in the interfaces hid that.

The interfaces still relies on pointers to pass Wells around for now,
in order to (mostly) preserve source compability.
2016-06-16 13:58:12 +02:00
Joakim Hove
9b874aabfb Avoid shadowing of member variable. 2016-06-15 15:31:37 +02:00
Magne Sjaastad
f66294832c VS2015 : Workaround for VS2015 compiler bug 2016-05-25 16:23:09 +02:00
Jørgen Kvalsvik
6affc5f9c1 Split Well/Group; ignore unknown names
Occasionally the SUMMARY section requests wells or groups that aren't
defined in the Deck. Ignore these names (which would typically crash
downstream) and carry on.
2016-05-23 10:32:41 +02:00
Jørgen Kvalsvik
99829e1696 Ignore RPTONLY 2016-05-10 14:43:19 +02:00
Jørgen Kvalsvik
00066e225f Special-case handling of RUNSUM keyword
The RUNSUM keyword is identified as a Region-type keyword, but isn't
really. It's to be ignored by the SummaryConfig construction.
2016-05-09 15:09:43 +02:00
Jørgen Kvalsvik
ee8710d3cb SummaryConfig does not require EclipseState
Rewrite construction to accept EclipseState components instead of the
full state. Enables having SummaryConfig as a member in EclipseState.
2016-05-09 14:55:24 +02:00
Jørgen Kvalsvik
ee4e447e92 Rename Summary to SummaryConfig
This object turns out to be the actual configuration object, not a
mediator state to obtain a configuration. It is therefore renamed to
reflect intent and behaviour.
2016-04-25 11:45:39 +02:00