Commit Graph

4 Commits

Author SHA1 Message Date
Magne Sjaastad
7317f3a55c Fix selection of multiple pressure/depth sources in plot
Use spaceship operator to fix issue for multiple pressure/depth curves

It was not possible to show two pressure/drop curves at the same time. This was caused by inconsistent implementation of operator< and operator==. Implement operator <=> to simplify the code.
2023-03-16 07:16:11 +01:00
Magne Sjaastad
b8eb00b7e4 Improve RftPlt data source objects (#9769)
Move AppEnum init to RifDataSourceForRftPlt
Simplify constructors for RifDataSourceForRftPlt
Rename enum names in RifDataSourceForRftPlt::SourceType
Add missing pressureDepthData in RimDataSourceForRftPlt
2023-03-16 07:16:11 +01:00
Kristian Bendiksen
b0d01a988f #9620 Pressure/depth data: add user interface. 2023-03-16 07:16:11 +01:00
Gaute Lindkvist
81699db187 Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00