Renamed to RigResultAccessObjectFactory

This commit is contained in:
Magne Sjaastad
2014-08-06 12:56:41 +02:00
parent b5d1c63966
commit 75541e92fb
7 changed files with 208 additions and 10 deletions

View File

@@ -16,7 +16,7 @@
//
/////////////////////////////////////////////////////////////////////////////////
#include "RigGridScalarDataAccess.h"
#include "RigResultAccessObjectFactory.h"
#include "cvfLibCore.h"
#include "cvfBase.h"
@@ -146,7 +146,7 @@ public:
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
cvf::ref<cvf::StructGridScalarDataAccess> RigGridScalarDataAccessFactory::createPerGridDataAccessObject(RigCaseData* eclipseCase,
cvf::ref<cvf::StructGridScalarDataAccess> RigResultAccessObjectFactory::createNativeDataAccessObject(RigCaseData* eclipseCase,
size_t gridIndex,
RifReaderInterface::PorosityModelResultType porosityModel,
size_t timeStepIndex,