changed: rename accessor to data()
the two classes EDITNNC and NNC are very similar, which makes templating useful. this small difference makes it hard to do. unify them.
This commit is contained in:
@@ -10,7 +10,7 @@ namespace {
|
||||
|
||||
py::list getNNC( const EclipseState& state ) {
|
||||
py::list l;
|
||||
for( const auto& x : state.getInputNNC().nncdata() )
|
||||
for( const auto& x : state.getInputNNC().data() )
|
||||
l.append( py::make_tuple( x.cell1, x.cell2, x.trans ) );
|
||||
return l;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user