mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
MswRollUp: Splitted normal well and MSW handling. Got the Normal path to work fairly well. Some strangeties at the end of the pipes though
This is an intermediate commit and does not compile p4#: 22214
This commit is contained in:
@@ -67,11 +67,11 @@ private:
|
||||
//void calculateWellPipeCenterline(std::vector<cvf::Vec3d>& coords) const;
|
||||
|
||||
void calculateWellPipeCenterline(std::vector< std::vector <cvf::Vec3d> >& pipeBranchesCLCoords,
|
||||
std::vector< std::vector <RigWellResultCell> >& pipeBranchesCellIds ) const;
|
||||
std::vector< std::vector <RigWellResultPoint> >& pipeBranchesCellIds ) const;
|
||||
|
||||
struct RivPipeBranchData
|
||||
{
|
||||
std::vector <RigWellResultCell> m_cellIds;
|
||||
std::vector <RigWellResultPoint> m_cellIds;
|
||||
//std::vector< std::vector<WellCellStatus> > m_cellStatusPrFrame;
|
||||
cvf::ref<RivPipeGeometryGenerator> m_pipeGeomGenerator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user