mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1364 - pre-proto - Adding function for calculating AH average for flow across layers
This commit is contained in:
@@ -18,9 +18,6 @@
|
||||
|
||||
#include "RimStimPlanCell.h"
|
||||
|
||||
|
||||
CAF_PDM_SOURCE_INIT(RimStimPlanCell, "RimStimPlanCell");
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -18,8 +18,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cafPdmObject.h"
|
||||
|
||||
#include "cvfBase.h"
|
||||
#include "cvfVector3.h"
|
||||
|
||||
@@ -29,9 +27,8 @@
|
||||
///
|
||||
///
|
||||
//==================================================================================================
|
||||
class RimStimPlanCell : public caf::PdmObject
|
||||
class RimStimPlanCell
|
||||
{
|
||||
CAF_PDM_HEADER_INIT;
|
||||
|
||||
public:
|
||||
RimStimPlanCell();
|
||||
|
||||
Reference in New Issue
Block a user