Commit Graph

10 Commits

Author SHA1 Message Date
Gaute Lindkvist
38c2c9c237 #3339 Make order of summary curves in plot predictable.
* The issue is sorting on pointer address for ensembles and summary cases. Instead sort by name.
* The crucial changes are in RiaSummaryCurveDefinition.cpp, RimSummaryCase and RimSummaryCaseCollection.
* The rest of the changes are just fallout from changing the pure virtual method RimSummaryCase::caseName to be const. The rest just follows.
* RimGridSummaryCase::caseName does alter something, but this variable was already declared mutable.
2018-09-18 11:31:10 +02:00
Bjørn Erik Jensen
bfa1a1cb67 #2051 Curve calc. Edit calculation command 2017-11-08 08:47:17 +01:00
Bjørn Erik Jensen
ca4562d853 #2052 Curve calc. Add user defined unit field 2017-11-06 13:26:32 +01:00
Jacob Støren
12d0457e90 Whitespace changes 2017-10-25 16:04:41 +02:00
Magne Sjaastad
dc82888ede #2031 Curve Calculator : Use unique_ptr 2017-10-23 20:20:18 +02:00
Magne Sjaastad
da8fd7038f #2032 Curve Creator : Move private class to cpp 2017-10-23 14:45:23 +02:00
Magne Sjaastad
35a2769cab #2032 Curve Calculator : Rename of calculation and calculation collection 2017-10-23 14:42:38 +02:00
Magne Sjaastad
f943a80f95 #2032 Curve Calculator : Rename 2017-10-23 14:27:04 +02:00
Magne Sjaastad
6015b99df9 #2022 Curve Calculator : Make sure calculated summary case is always present 2017-10-18 12:47:10 +02:00
Magne Sjaastad
d5d26a36f2 #2022 Curve Calculator : Wire up access to calculated curve data 2017-10-18 12:47:10 +02:00