mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1487 RigFractureGrid inherits from cvf::Object, and RimStimPlanFractureTemplate fractureGrid() is returning a pointer
This commit is contained in:
@@ -18,15 +18,20 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cvfBase.h"
|
||||
#include "cvfObject.h"
|
||||
#include "RigFractureCell.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
class RigFractureCell;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
///
|
||||
//==================================================================================================
|
||||
class RigFractureGrid //TODO arve fra cvf::Object, skal v<>re cvf::ref i rigstimplanfracturetemplate
|
||||
class RigFractureGrid : public cvf::Object
|
||||
|
||||
{
|
||||
public:
|
||||
RigFractureGrid();
|
||||
|
||||
Reference in New Issue
Block a user