fixing of some comments

no functional change.
This commit is contained in:
Kai Bao
2017-08-18 16:25:05 +02:00
parent a04d1a9393
commit f9b7094075
6 changed files with 10 additions and 46 deletions

View File

@@ -240,9 +240,6 @@ namespace Opm
EvalWell extendEval(const Eval& in) const;
// TODO: maybe this type of function can go to some helper file.
void localInvert(DiagMatWell& istlA) const;
// xw = inv(D)*(rw - C*x)
void recoverSolutionWell(const BVector& x, BVectorWell& xw) const;