WellState: add assertion on wells->name[].

This commit is contained in:
Robert Kloefkorn 2015-09-15 15:09:29 +02:00
parent 14d7ce43a6
commit 50bf1d7e62

View File

@ -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];