cleaning up unuseful comments and code fragments.

This commit is contained in:
Kai Bao
2017-04-04 14:27:41 +02:00
parent 279fbad17c
commit 032f9803be
3 changed files with 25 additions and 64 deletions

View File

@@ -374,7 +374,7 @@ enum WellVariablePositions {
const int well_index,
std::vector<double>& well_flux) const;
double leastStrictBhpFromBhpLimits(const int well_index) const;
double mostStrictBhpFromBhpLimits(const int well_index) const;
// TODO: maybe it should be improved to be calculate general rates for THP control later
template<typename Simulator>