WellState: add assertion on wells->name[].
This commit is contained in:
parent
c532d149bd
commit
68f8004132
@ -63,6 +63,7 @@ namespace Opm
|
||||
|
||||
// setup wellname -> well index mapping
|
||||
{
|
||||
assert( wells->name[ w ] );
|
||||
std::string name( wells->name[ w ] );
|
||||
assert( name.size() > 0 );
|
||||
mapentry_t& wellMapEntry = wellMap_[name];
|
||||
|
Loading…
Reference in New Issue
Block a user