mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-15 11:23:24 -06:00
remove the debug information.
This commit is contained in:
parent
f66921612c
commit
641113bfa8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user