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