finishing computeSegmentDensities()

the results remain to be verified.
This commit is contained in:
Kai Bao
2015-10-13 14:03:02 +02:00
parent 4dd8536afa
commit f3ce4dc530
2 changed files with 79 additions and 11 deletions

View File

@@ -269,10 +269,10 @@ namespace Opm {
void
computeSegmentDensities(const SolutionState& state,
const WellState& xw,
const std::vector<ADB>& b_seg,
const ADB& rsmax_seg,
const ADB& rvmax_seg);
const WellState& xw); //,
// const std::vector<ADB>& b_seg,
// const ADB& rsmax_seg,
// const ADB& rvmax_seg);
};