remove the debug information.

This commit is contained in:
Liu Ming 2015-05-20 15:06:00 +08:00
parent f66921612c
commit 641113bfa8

View File

@ -156,9 +156,6 @@ namespace Opm
setInflowValues(deck, eclipseState, currentStep);
std::unordered_map<std::string, double>::const_iterator map_it;
for (map_it = wellPolymerRate_.begin(); map_it != wellPolymerRate_.end(); ++map_it) {
std::cout << map_it->first << map_it->second << std::endl;
}
// Extract concentrations and put into cell->concentration map.
std::map<int, double> perfcell_conc;
for (map_it = wellPolymerRate_.begin(); map_it != wellPolymerRate_.end(); ++map_it) {