mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#742 NRLib now uses Boost from CMake
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
TEST(WellBaseTest, ReadFromFile)
|
||||
{
|
||||
std::string wellName = "C:/dev/projects/ResInsight/GitHub/NRWellProject/well_UnitTests/Bean_A.las";
|
||||
//std::string wellName = "C:/dev/projects/ResInsight/GitHub/NRWellProject/well_UnitTests/Bean_A.las";
|
||||
|
||||
std::string wellName = "d:/Models/LAS Files/D-D' LAS Files/Bean/Bean_A.las";
|
||||
|
||||
int wellFormat = NRLib::Well::LAS;
|
||||
NRLib::Well* well = NRLib::Well::ReadWell(wellName, wellFormat);
|
||||
|
||||
Reference in New Issue
Block a user