mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-03 22:00:27 -06:00
Removed some debug code
This commit is contained in:
parent
31b03a2572
commit
35ce8d2932
@ -223,11 +223,6 @@ std::vector<BlackoilState> runWithNewParser(parameter::ParameterGroup param) {
|
||||
simtimer.init(*old_deck);
|
||||
const double total_time = simtimer.totalTime();
|
||||
|
||||
int numEpochsOld = old_deck->numberOfEpochs();
|
||||
int numEpochsNew = schedule_deck->getTimeMap()->size();
|
||||
|
||||
std::cout << "Old " << numEpochsOld << " New: " << numEpochsNew << "\n";
|
||||
|
||||
//In the Schedule Deck, we have the start data as the 0th element.
|
||||
for (size_t epoch = 0; epoch < schedule_deck->getTimeMap()->size() - 1; ++epoch) {
|
||||
// Set epoch index.
|
||||
|
Loading…
Reference in New Issue
Block a user