mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Whitespace
This commit is contained in:
@@ -142,7 +142,11 @@ RifReaderEclipseSummary); eclSummary->open(headerFile, dataFiles);
|
||||
RifEclipseSummaryTools::dumpMetaData(eclSummary.get());
|
||||
}
|
||||
}
|
||||
␍␍␍␍
|
||||
␍␍␍
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
// MSJ TODO: Formatted output does not work now, should be reported?
|
||||
/ *
|
||||
@@ -166,7 +170,11 @@ RifReaderEclipseSummary); eclSummary->open(headerFile, dataFiles);
|
||||
}
|
||||
* /
|
||||
}
|
||||
␍␍␍␍
|
||||
␍␍␍
|
||||
|
||||
|
||||
|
||||
|
||||
/ *
|
||||
{
|
||||
std::string path;
|
||||
@@ -186,14 +194,22 @@ RifReaderEclipseSummary); eclSummary->open(headerFile, dataFiles);
|
||||
TEST(RifEclipseSummaryTest, BasicReadKeywordTest)
|
||||
{
|
||||
std::unique_ptr<RifReaderEclipseSummary> eclSummary = std::unique_ptr<RifReaderEclipseSummary>(new RifReaderEclipseSummary);
|
||||
␍␍␍␍
|
||||
␍␍␍
|
||||
|
||||
|
||||
|
||||
|
||||
std::string filename = "g:\\Models\\Statoil\\testcase_juli_2011\\data\\TEST10K_FLT_LGR_NNC";
|
||||
|
||||
std::string headerFileName;
|
||||
RifEclipseSummaryTools::findSummaryHeaderFile(filename, &headerFileName, NULL);
|
||||
|
||||
std::vector<std::string> dataFileNames = RifEclipseSummaryTools::findSummaryDataFiles(filename);
|
||||
␍␍␍␍
|
||||
␍␍␍
|
||||
|
||||
|
||||
|
||||
|
||||
eclSummary->open(headerFileName, dataFileNames);
|
||||
|
||||
RifEclipseSummaryTools::dumpMetaData(eclSummary.get());
|
||||
@@ -205,7 +221,11 @@ TEST(RifEclipseSummaryTest, BasicReadKeywordTest)
|
||||
TEST(RifEclipseSummaryTest, DISABLE_BasicReadKeywordTest)
|
||||
{
|
||||
std::unique_ptr<RifReaderEclipseSummary> eclSummary = std::unique_ptr<RifReaderEclipseSummary>(new RifReaderEclipseSummary);
|
||||
␍␍␍␍
|
||||
␍␍␍
|
||||
|
||||
|
||||
|
||||
|
||||
std::string filename = "g:\\Models\\Statoil\\MultipleRealisations\\Case_without_p9\\Real10\\BRUGGE_0010.SMSPEC";
|
||||
std::vector<std::string> dataFileNames;
|
||||
dataFileNames.push_back("g:\\Models\\Statoil\\MultipleRealisations\\Case_without_p9\\Real10\\BRUGGE_0010.S0001");
|
||||
@@ -252,7 +272,11 @@ TEST(RifEclipseSummaryTest, DISABLE_BasicReadKeywordTest)
|
||||
TEST(RifEclipseSummaryTest, BasicReadDataTest)
|
||||
{
|
||||
std::unique_ptr<RifReaderEclipseSummary> eclSummary = std::unique_ptr<RifReaderEclipseSummary>(new RifReaderEclipseSummary);
|
||||
␍␍␍␍
|
||||
␍␍␍
|
||||
|
||||
|
||||
|
||||
|
||||
std::string filename = "g:\\Models\\Statoil\\MultipleRealisations\\Case_without_p9\\Real10\\BRUGGE_0010.SMSPEC";
|
||||
std::vector<std::string> dataFileNames;
|
||||
dataFileNames.push_back("g:\\Models\\Statoil\\MultipleRealisations\\Case_without_p9\\Real10\\BRUGGE_0010.S0001");
|
||||
@@ -284,7 +308,11 @@ TEST(RifEclipseSummaryTest, BasicReadDataTest)
|
||||
printDateAndValues(dateTimes, values);
|
||||
}
|
||||
|
||||
␍␍␍␍
|
||||
␍␍␍
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -644,7 +672,11 @@ TEST(RifEclipseSummaryTest, DISABLED_BasicTestSetCurrentFolder)
|
||||
{
|
||||
/ *
|
||||
std::unique_ptr<RifReaderEclipseSummary> eclSummary = std::unique_ptr<RifReaderEclipseSummary>(new RifReaderEclipseSummary);
|
||||
␍␍␍␍
|
||||
␍␍␍
|
||||
|
||||
|
||||
|
||||
|
||||
QString currentFolderName = "g:\\Models\\Statoil\\MultipleRealisations\\Case_without_p9\\Real10";
|
||||
QDir::setCurrent(currentFolderName);
|
||||
|
||||
@@ -668,10 +700,18 @@ TEST(RifEclipseSummaryTest, DISABLED_BasicTest)
|
||||
{
|
||||
/ *
|
||||
std::unique_ptr<RifReaderEclipseSummary> eclSummary = std::unique_ptr<RifReaderEclipseSummary>(new RifReaderEclipseSummary);
|
||||
␍␍␍␍
|
||||
␍␍␍
|
||||
|
||||
|
||||
|
||||
|
||||
std::string filename = "g:\\Models\\Statoil\\MultipleRealisations\\Case_without_p9\\Real10\\BRUGGE_0010";
|
||||
eclSummary->open(filename);
|
||||
␍␍␍␍
|
||||
␍␍␍
|
||||
|
||||
|
||||
|
||||
|
||||
std::vector<std::string> keywords;
|
||||
eclSummary->keywords(&keywords);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user