mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Updated comments, fixed shadowed declaration warnings
This commit is contained in:
@@ -127,10 +127,10 @@ unsigned int MultisegmentWellContribution::getColIdx(unsigned int idx)
|
||||
}
|
||||
}
|
||||
|
||||
void MultisegmentWellContribution::setReordering(int *toOrder, bool reorder)
|
||||
void MultisegmentWellContribution::setReordering(int *toOrder_, bool reorder_)
|
||||
{
|
||||
this->toOrder = toOrder;
|
||||
this->reorder = reorder;
|
||||
this->toOrder = toOrder_;
|
||||
this->reorder = reorder_;
|
||||
}
|
||||
|
||||
} //namespace Opm
|
||||
|
||||
Reference in New Issue
Block a user