ResInsight/ApplicationCode/FileInterface/RifEnsembleParametersReader.cpp

57 lines
1.9 KiB
C++
Raw Normal View History

/////////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) Statoil ASA
//
// ResInsight is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// ResInsight is distributed in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE.
//
// See the GNU General Public License at <http://www.gnu.org/licenses/gpl.html>
// for more details.
//
/////////////////////////////////////////////////////////////////////////////////
2018-04-19 07:00:00 -05:00
#include "RifEnsembleParametersReader.h"
#include "RifCaseRealizationParametersReader.h"
#include "RifFileParseTools.h"
#include "RiaLogging.h"
#include "RiaStdStringTools.h"
#include <QString>
#include <QStringList>
#include <QDir>
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
2018-04-19 07:00:00 -05:00
RifEnsembleParametersReader::RifEnsembleParametersReader(const QString& modelDirectory)
{
m_modelDirectory = modelDirectory;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
2018-04-19 07:00:00 -05:00
RifEnsembleParametersReader::~RifEnsembleParametersReader()
{
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
2018-04-19 07:00:00 -05:00
//RifEnsembleParameters RifEnsembleParametersReader::import()
2018-03-27 01:28:36 -05:00
//{
2018-04-19 07:00:00 -05:00
// RifEnsembleParameters parameters;
2018-03-27 01:28:36 -05:00
//
//
// return ;
//}