deleting m_is_multi_segment from Well

which should have been done when fixing the isMultiSegment() function.
This commit is contained in:
Kai Bao
2015-11-04 14:18:09 +01:00
parent 22bba05754
commit bc2f7f1808
2 changed files with 0 additions and 2 deletions

View File

@@ -54,7 +54,6 @@ namespace Opm {
m_grid( grid ),
m_comporder(completionOrdering),
m_allowCrossFlow(allowCrossFlow),
m_is_multi_segment(false),
m_segmentset(new DynamicState<SegmentSetPtr>(timeMap, SegmentSetPtr(new SegmentSet())))
{
m_name = name_;