mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed unit tests
This commit is contained in:
parent
1929798532
commit
d4dfdc9754
@ -23,6 +23,7 @@
|
||||
#include <time.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/*
|
||||
#include <util.h>
|
||||
#include <int_vector.h>
|
||||
#include <ecl_file.h>
|
||||
@ -34,6 +35,7 @@
|
||||
#include <well_info.h>
|
||||
#include <well_conn.h>
|
||||
#include <well_ts.h>
|
||||
*/
|
||||
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
@ -22,8 +22,9 @@
|
||||
|
||||
#include "RigCaseData.h"
|
||||
|
||||
#include <ert/ecl/ecl_file.h>
|
||||
|
||||
#include "RifReaderEclipseOutput.h"
|
||||
#include "ecl_file.h"
|
||||
#include "RifEclipseOutputFileTools.h"
|
||||
#include "RigCaseCellResultsData.h"
|
||||
#include "RifEclipseUnifiedRestartFileAccess.h"
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "RifReaderEclipseSummary.h"
|
||||
#include "RifEclipseSummaryTools.h"
|
||||
|
||||
#include "stringlist.h"
|
||||
//#include "stringlist.h"
|
||||
|
||||
#include <QDir>
|
||||
#include <QDateTime>
|
||||
|
Loading…
Reference in New Issue
Block a user