mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Ert: Updated to 3f8166c4739fdfe654d3992920a36bf0a6981b4d
Had to remove a krsj.txt file that caused trouble (again) p4#: 20320
This commit is contained in:
parent
85238529ef
commit
b33dd15372
@ -218,8 +218,8 @@ set( LINK_LIBRARIES
|
||||
|
||||
ecl
|
||||
ert_util
|
||||
geometry
|
||||
well
|
||||
ert_geometry
|
||||
ecl_well
|
||||
|
||||
${OPENGL_LIBRARIES}
|
||||
${QT_LIBRARIES}
|
||||
|
@ -68,8 +68,8 @@ set( LINK_LIBRARIES
|
||||
|
||||
ecl
|
||||
ert_util
|
||||
geometry
|
||||
well
|
||||
ert_geometry
|
||||
ecl_well
|
||||
|
||||
${QT_LIBRARIES}
|
||||
)
|
||||
|
@ -117,7 +117,20 @@ bool transferGridCellData(RigMainGrid* mainGrid, RigGridBase* localGrid, const e
|
||||
}
|
||||
else
|
||||
{
|
||||
cell.setActiveIndexInMatrixModel(cvf::UNDEFINED_SIZE_T);
|
||||
ecl_coarse_cell_type * coarseCellData = ecl_grid_get_cell_coarse_group1( localEclGrid , gIdx);
|
||||
if ( false )//coarseCellData)
|
||||
{
|
||||
matrixActiveIndex = ecl_coarse_cell_get_active_index(coarseCellData);
|
||||
}
|
||||
|
||||
if (matrixActiveIndex != -1)
|
||||
{
|
||||
cell.setActiveIndexInMatrixModel(matrixActiveStartIndex + matrixActiveIndex);
|
||||
}
|
||||
else
|
||||
{
|
||||
cell.setActiveIndexInMatrixModel(cvf::UNDEFINED_SIZE_T);
|
||||
}
|
||||
}
|
||||
|
||||
int fractureActiveIndex = ecl_grid_get_active_fracture_index1(localEclGrid, gIdx);
|
||||
|
@ -37,7 +37,7 @@ set( LINK_LIBRARIES
|
||||
LibCore
|
||||
|
||||
ecl
|
||||
well
|
||||
ecl_well
|
||||
ert_util
|
||||
|
||||
${QT_LIBRARIES}
|
||||
|
@ -40,11 +40,17 @@ include (ResInsightVersion.cmake)
|
||||
add_subdirectory(ThirdParty/Ert/devel)
|
||||
|
||||
include_directories(
|
||||
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libecl/src
|
||||
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libert_util/src
|
||||
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libgeometry/src
|
||||
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libwell/src
|
||||
${CMAKE_BINARY_DIR}/ThirdParty/Ert/devel/libert_util/src
|
||||
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libecl/include/ert/ecl
|
||||
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libert_util/include/ert/util
|
||||
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libgeometry/include/ert/geometry
|
||||
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libecl_well/include/ert/ecl_well
|
||||
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libecl/include
|
||||
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libert_util/include
|
||||
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libgeometry/include
|
||||
${CMAKE_SOURCE_DIR}/ThirdParty/Ert/devel/libecl_well/include
|
||||
|
||||
${CMAKE_BINARY_DIR}/ThirdParty/Ert/devel/libert_util/include/ert/util
|
||||
${CMAKE_BINARY_DIR}/ThirdParty/Ert/devel/libert_util/include
|
||||
)
|
||||
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
Refcase <-> history source
|
||||
* Kanskje det er ERT som må sjekka om verdien er sett og så utsetta evt. kjøring?
|
||||
|
||||
Copy from case:
|
||||
* kræsj.
|
Loading…
Reference in New Issue
Block a user