Corrected mistake from moving function calls.
This commit is contained in:
parent
fd0d060ed8
commit
b7e9fbe9a5
@ -645,7 +645,7 @@ namespace Opm
|
|||||||
|
|
||||||
toBothSat(saturation_, saturation);
|
toBothSat(saturation_, saturation);
|
||||||
}
|
}
|
||||||
void TransportModelTwophase::getReorderIterations()
|
const std::vector<int>& TransportModelTwophase::getReorderIterations()
|
||||||
{
|
{
|
||||||
return reorder_iterations_;
|
return reorder_iterations_;
|
||||||
};
|
};
|
||||||
|
@ -77,7 +77,7 @@ namespace Opm
|
|||||||
//// Return reorder iterations
|
//// Return reorder iterations
|
||||||
////
|
////
|
||||||
//// \param[out] vector of iteration per cell
|
//// \param[out] vector of iteration per cell
|
||||||
const std::vector<int>& getReorderIterations(){return reorder_iterations_;};
|
const std::vector<int>& getReorderIterations();
|
||||||
private:
|
private:
|
||||||
virtual void solveSingleCell(const int cell);
|
virtual void solveSingleCell(const int cell);
|
||||||
virtual void solveMultiCell(const int num_cells, const int* cells);
|
virtual void solveMultiCell(const int num_cells, const int* cells);
|
||||||
|
Loading…
Reference in New Issue
Block a user