mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Moved the statistical calculation algorithm code into a separate file.
Added unit test to these calculations, and fixed a calculation error. p4#: 21140
This commit is contained in:
@@ -24,7 +24,7 @@ include_directories(
|
||||
${ResInsight_SOURCE_DIR}/CommonCode
|
||||
|
||||
#Remove when RigStatistics is out
|
||||
${ResInsight_SOURCE_DIR}/ApplicationCode/ModelVisualization
|
||||
#${ResInsight_SOURCE_DIR}/ApplicationCode/ModelVisualization
|
||||
)
|
||||
|
||||
# Populate the filenames into variable lists
|
||||
@@ -38,6 +38,7 @@ set( UNIT_TEST_CPP_SOURCES
|
||||
main.cpp
|
||||
RigActiveCellInfo-Test.cpp
|
||||
RigReservoir-Test.cpp
|
||||
RigStatisticsMath-Test.cpp
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user