Added helpful comment.

This commit is contained in:
Kjetil Olsen Lye 2012-05-09 12:58:29 +02:00
parent 621c87d8c7
commit 622d8ac767

View File

@ -553,7 +553,7 @@ namespace Opm
/// A vector containing surface rates by phase for each well.
/// Is assumed to be ordered the same way as the related Wells-struct,
/// with all phase rates of a single well adjacent in the array.
void WellsGroup::applyExplicitReinjectionControls(const std::vector<double>&,
void WellsGroup::applyExplicitReinjectionControls(const std::vector<double>& /*well_reservoirrates_phase*/,
const std::vector<double>& well_surfacerates_phase)
{
if (injSpec().control_mode_ == InjectionSpecification::REIN) {