Added correct handling of VREP and REIN keyword. No longer generates a warning, just a friendly hint.

This commit is contained in:
Kjetil Olsen Lye 2012-05-09 16:03:21 +02:00
parent 84eb849ed2
commit 5d0148a080

View File

@ -489,8 +489,9 @@ namespace Opm
}
return;
}
case InjectionSpecification::VREP:
case InjectionSpecification::REIN:
std::cout << "WARNING: Ignoring control type REIN" << std::endl;
std::cout << "Replacement keywords found, remember to call applyExplicitReinjectionControls." << std::endl;
return;
case InjectionSpecification::FLD:
case InjectionSpecification::NONE: