mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3654 2d Maps: set mean aggregation as default.
* Top used to be default, but is our least attractive view because it suffers from more edge effects than other views, because the deeper k-levels of for instance Norne is wider than the top level. * Set it to Oil-column by mistake earlier, which doesn't work well when creating from an existing 3d View because it doesn't match the result parameter.
This commit is contained in:
parent
c122a14bb2
commit
669b40df20
@ -52,7 +52,7 @@ namespace caf
|
||||
addItem(RimContourMapProjection::RESULTS_GAS_COLUMN, "GAS_COLUMN", "Gas Column");
|
||||
addItem(RimContourMapProjection::RESULTS_HC_COLUMN, "HC_COLUMN", "Hydrocarbon Column");
|
||||
|
||||
setDefault(RimContourMapProjection::RESULTS_OIL_COLUMN);
|
||||
setDefault(RimContourMapProjection::RESULTS_MEAN_VALUE);
|
||||
}
|
||||
}
|
||||
CAF_PDM_SOURCE_INIT(RimContourMapProjection, "RimContourMapProjection");
|
||||
|
Loading…
Reference in New Issue
Block a user