mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 23:23:01 -06:00
5975fe6765
* Rename from DiffCurve to CalculatedCurve and add operators selection * Add option to select depth source for resampling in CalculatedCurve - Select source for depth values for resampling - Depths from first curve, second curve or union of these - Added unit tests for function creating union depth values and calculate value with selected operator. * Guard divide by zero * Adjust algorithm for union of depths - Prevent duplicated depth values (no need for enter/exist of k-layer when resampling) - Add threshold for depth distance - Update unit tests
80 lines
4.3 KiB
CMake
80 lines
4.3 KiB
CMake
set(SOURCE_GROUP_HEADER_FILES
|
|
${CMAKE_CURRENT_LIST_DIR}/RicAddWellLogToPlotFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogExtractionCurveFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogRftCurveFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewRftPlotFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewPltPlotFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogFileCurveFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogPlotFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogPlotFeatureImpl.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogPlotTrackFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellLogPlotCurveFeatureImpl.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellLogsImportFileFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicDeleteSubPlotFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellLogPlotTrackFeatureImpl.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicPasteWellLogCurveFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicPasteWellLogTrackFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicPasteWellLogPlotFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicChangeDataSourceFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicAsciiExportWellLogPlotFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellLogFileCloseFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicMoveWellLogFilesFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicAdd3dWellLogCurveFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicAdd3dWellLogFileCurveFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicAdd3dWellLogRftCurveFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/Ric3dWellLogCurveDeleteFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/Ric3dWellLogCurvePickEventHandler.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellBoreStabilityPlotFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellMeasurementCurveFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewEnsembleWellLogCurveSetFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewRftWellLogPlotFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewRftSegmentWellLogPlotFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewMultiPhaseRftSegmentPlotFeature.h
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogCalculatedCurveFeature.h
|
|
)
|
|
|
|
set(SOURCE_GROUP_SOURCE_FILES
|
|
${CMAKE_CURRENT_LIST_DIR}/RicAddWellLogToPlotFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogExtractionCurveFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogRftCurveFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewRftPlotFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewPltPlotFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogFileCurveFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogPlotFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogPlotFeatureImpl.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogPlotTrackFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellLogPlotCurveFeatureImpl.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellLogsImportFileFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicDeleteSubPlotFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellLogPlotTrackFeatureImpl.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicPasteWellLogCurveFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicPasteWellLogTrackFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicPasteWellLogPlotFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicChangeDataSourceFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicAsciiExportWellLogPlotFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellLogFileCloseFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicMoveWellLogFilesFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicAdd3dWellLogCurveFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicAdd3dWellLogFileCurveFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicAdd3dWellLogRftCurveFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/Ric3dWellLogCurveDeleteFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/Ric3dWellLogCurvePickEventHandler.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellBoreStabilityPlotFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellMeasurementCurveFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewEnsembleWellLogCurveSetFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewRftWellLogPlotFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewRftSegmentWellLogPlotFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewMultiPhaseRftSegmentPlotFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellLogCalculatedCurveFeature.cpp
|
|
)
|
|
|
|
list(APPEND COMMAND_CODE_HEADER_FILES ${SOURCE_GROUP_HEADER_FILES})
|
|
|
|
list(APPEND COMMAND_CODE_SOURCE_FILES ${SOURCE_GROUP_SOURCE_FILES})
|
|
|
|
source_group(
|
|
"CommandFeature\\WellLog"
|
|
FILES ${SOURCE_GROUP_HEADER_FILES} ${SOURCE_GROUP_SOURCE_FILES}
|
|
${CMAKE_CURRENT_LIST_DIR}/CMakeLists_files.cmake
|
|
)
|