#742 NRLib now uses Boost from CMake

This commit is contained in:
Magne Sjaastad
2016-05-27 12:48:56 +02:00
parent bffad18f9c
commit 54c98ca9f8
26 changed files with 68 additions and 7236 deletions

View File

@@ -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);