mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#815 Renamed RimCrossSection -> RimIntersection
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "cvfArray.h"
|
||||
|
||||
class RivIntersectionGeometryGenerator;
|
||||
class RimCrossSection;
|
||||
class RimIntersection;
|
||||
|
||||
class RivIntersectionSourceInfo : public cvf::Object
|
||||
{
|
||||
@@ -33,7 +33,7 @@ public:
|
||||
|
||||
const std::vector<size_t>& triangleToCellIndex() const;
|
||||
|
||||
const RimCrossSection* crossSection() const;
|
||||
const RimIntersection* crossSection() const;
|
||||
|
||||
private:
|
||||
cvf::cref<RivIntersectionGeometryGenerator> m_crossSectionGeometryGenerator;
|
||||
|
||||
Reference in New Issue
Block a user