Made REIN a warning rather than a throw, just to get something up and running

This commit is contained in:
Kjetil Olsen Lye 2012-05-02 16:59:42 +02:00
parent 72afe774b0
commit 18ace3c137

View File

@ -482,6 +482,9 @@ namespace Opm
}
break;
}
case InjectionSpecification::REIN:
std::cout << "WARNING: Ignoring control type REIN" << std::endl;
break;
case InjectionSpecification::FLD:
case InjectionSpecification::NONE:
// Call all children