ResInsight/ApplicationLibCode
Kristian Bendiksen ac3e1ea4cf #10536 Observed data: fix handling of data with error bars when importing
Observed summary data with error bar results have two addresses: one for the
data, and one for the error data. When creating the RimSummaryAddress objects
in the "Data Sources" tree the error data address would occasionally be used
instead of the data address (due to lack of sorting and filtering).

Plots created from the error RimSummaryAddress would display the error data twice
in the "Show Plot Data" view.

Fixed by filtering out the error addresses and improving the sorting criteria.

Fixes #10536.
2023-10-19 08:00:51 +02:00
..
Adm Python: add type hinting to python code. 2023-08-23 09:47:44 +02:00
Application Regression Curves: Use a contrast color for the regression curves 2023-10-19 07:50:02 +02:00
CommandFileInterface Update clang-tidy.yml 2023-10-03 09:04:08 +02:00
Commands Show Plot Data: Add special handling for well log plots 2023-10-19 07:50:02 +02:00
FileInterface #10678 Fault Reactivation Model: export more materials. 2023-10-18 18:44:03 +02:00
GeoMech #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
ModelVisualization Fix display of intersection lines in 3D view 2023-10-03 09:04:46 +02:00
ProjectDataModel #10536 Observed data: fix handling of data with error bars when importing 2023-10-19 08:00:51 +02:00
ProjectDataModelCommands #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
ReservoirDataModel Fault Reactivation updates (#10727) 2023-10-18 09:10:08 +02:00
ResultStatisticsCache #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
SocketInterface Update clang-tidy.yml 2023-10-03 09:04:08 +02:00
UnitTests #10648 Refactor summary reader: return std::vector<double> instead of taking ptr. 2023-10-02 09:16:52 +02:00
UserInterface Performance: Update toolbar when required 2023-10-19 07:50:02 +02:00
.clang-format clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
.clang-tidy clang-tidy: Add readability-container-size-empty check. 2023-09-27 10:16:37 +02:00
CMakeLists.txt Add fault reactivation modeling 2023-09-06 13:51:59 +02:00
CustomPCH.cmake Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
Doxyfile Adjust doxygen documentation generation 2022-12-08 12:38:32 +01:00
pch.h Use precompiled headers to speed up build 2023-08-11 12:41:40 +02:00
RiuThemesDirectory.h.cmake #8560 Fix gray background for default theme 2022-04-13 21:16:51 +02:00