(#557, #560, #561) WLP: Guaranteed Pairwise ordering of intersections

and endpoint handling.  Now discarding out-of-pair points.
Added well name and case in error message.
This commit is contained in:
Jacob Støren
2015-10-14 15:07:48 +02:00
parent d004d14acc
commit 21b313f945
8 changed files with 87 additions and 41 deletions

View File

@@ -43,7 +43,7 @@ namespace cvf {
class RigEclipseWellLogExtractor : public RigWellLogExtractor
{
public:
RigEclipseWellLogExtractor(const RigCaseData* aCase, const RigWellPath* wellpath);
RigEclipseWellLogExtractor(const RigCaseData* aCase, const RigWellPath* wellpath, const std::string& wellCaseErrorMsgName);
void curveData(const RigResultAccessor* resultAccessor, std::vector<double>* values );
const RigCaseData* caseData() { return m_caseData.p();}