Commit Graph
11001 Commits
Author SHA1 Message Date
Magne Sjaastad bb4bdc048d Make sure relevant changes in patch branch are merged to dev 2020-05-27 09:12:47 +02:00
Magne Sjaastad b8d9dedad2 Reintroduce deleted line
An earlier commit removed this line
2020-05-26 14:38:52 +02:00
Gaute Lindkvist 920ebd081d Wbs: Make sure last LAS-value is used if within a threshold 2020-05-26 13:18:46 +02:00
Magne Sjaastad 08f3789c01 #5899 Fracture: Make sure the angle is in 0..90 interval 2020-05-26 07:45:23 +02:00
Magne Sjaastad c548c4a12b #5899 Fracture: Use robust way to find diff between two angles 2020-05-26 07:45:23 +02:00
Magne Sjaastad b86acaeca4 #5980 Grid Group Statistics : Swap names for P10 and P90 and skip underscore 2020-05-26 07:45:23 +02:00
Kristian Bendiksen 3e882a65df #5979 Fix color legend crash when opening regression test project
Projects containing Rim2dIntersectionViews copy legend config from the view using
PdmXmlObjectHandle::writeObjectToXmlString/readObjectFromXmlString. The
resulting xml contains references to RimColorLegendCollection which are unresolved,
and this would lead to a crash (m_colorLegend == nullptr). Fixed by resolving
the references explicitly after copy the config.
2020-05-26 07:44:57 +02:00
Gaute Lindkvist 0b453b9d15 Remove WBS parameter track color coding 2020-05-25 15:06:54 +02:00
Magne Sjaastad 9b6b446974 Revert previous commit 2020-05-24 18:42:59 +02:00
Magne Sjaastad e0cbfb0d29 Avoid conversion to int 2020-05-24 18:37:24 +02:00
Kristian Bendiksen f9598cfe7c #5960 Roff import: pick colors from best matching items in Rock Type color legend. 2020-05-24 18:31:07 +02:00
Kristian Bendiksen 8a0f911856 #5960 Add utility for computing "edit distance" between two strings. 2020-05-24 18:31:00 +02:00
Kristian Bendiksen 30ee125749 Improve method name to reflect implementation.
RimColorLegendCollection::allColorLegeds is better than
RimColorLegendCollection::customColorLegends since method returns both kinds
of color legends.
2020-05-24 17:26:51 +02:00
Kristian Bendiksen 0b9577df71 #5874 Remove direct accessor to obsoleted RimRegularLegendConfig::colorRange field. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen f578f1f954 #5959 Add rock type color legend with colors from Equinor GeoStandard.
Colors extracted from "Equinor GeoStandard - May 2020" document.
2020-05-24 17:26:51 +02:00
Kristian Bendiksen 0ed99c09fa Avoid saving standard color legends. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen d768ec88a9 #5874 Fix order of colors in legend. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen 044ab55eea #5874 Use color legend in WellLogTrack result coloring. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen 5295dbe299 #5874 Allow user defined color legends in result objects. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen 8da32eddc1 Remove unused RiaColorTables includes. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen 96f9a8813f Remove unused file. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen 403a5502da Remove unused RimScaleLegendConfig. 2020-05-24 17:26:51 +02:00
Magne Sjaastad 4c721c1b20 #5885 3D viewer: Clear grid cell selection when clicking outside visual objects 2020-05-22 15:01:56 +02:00
Magne Sjaastad dd03b09d26 #5929 Separate Fault Result: Missing fault coloring when Cell Result is defined "None" 2020-05-22 15:01:56 +02:00
Magne Sjaastad f910ac5b0f #5808 Summary Plot : Exclude *WCT vectors as cumulative vectors 2020-05-22 15:01:56 +02:00
Magne Sjaastad 4a8aa6ced1 #5917 Export Completion: Avoid overwrite of export completion well name 2020-05-22 15:01:56 +02:00
Magne Sjaastad ff90ae5704 #5917 Export Completion: Use export name in comments 2020-05-22 15:01:56 +02:00
Magne Sjaastad 9c76935122 #5898 Postfix fault direction instead of prefix 2020-05-22 15:01:56 +02:00
Magne Sjaastad b9dac8da38 #5830 Fix auto-generated target at sea level 2020-05-22 15:01:56 +02:00
Gaute Lindkvist ab9ba69391 #5905 Fix wrong percentile calculation
* We sent in percent values (0-100) instead of the fractional values (0 - 1) that RigHistogramCalculator::calculatePercentile required.
* It has been like this for years AFAICT.
2020-05-22 15:01:56 +02:00
Gaute Lindkvist c238a0ac30 #5945 Make the new default ensemble curve set feature take the preferences into account 2020-05-22 15:01:56 +02:00
Kristian Bendiksen c366e85682 Refactor delete operations for pdm objects. 2020-05-22 07:02:53 +02:00
Magne Sjaastad 7e7b9e6cfc Fix compare between signed/unsigned 2020-05-21 10:08:15 +02:00
Magne Sjaastad 51fd5e39b0 NNC: Compute data on demand 2020-05-21 08:09:07 +02:00
Magne Sjaastad 734e992384 NNC info : Count NNCs with no overlap area, and display first 20 2020-05-21 08:09:07 +02:00
Magne Sjaastad 04311c64c6 Performance : Move construction of AABB tree out of parallel loop
Crash seen for regression test TestCase_Surfaces
2020-05-21 07:42:22 +02:00
Kristian Bendiksen b20747efbe Merge pull request #5966 from OPM/fix-gcc8-warning-5964
#5964 Fix "type qualifiers ignored on cast result type" warning on gc…
2020-05-20 20:56:20 +02:00
Kristian Bendiksen c03f6e43ca #5964 Fix "type qualifiers ignored on cast result type" warning on gcc 8. 2020-05-20 18:58:34 +02:00
Magne Sjaastad 08b9e40f6c Always try to import well path from well path cache 2020-05-20 18:44:43 +02:00
Kristian Bendiksen d5a950d67c Treat warnings as errors on new gcc versions 2020-05-20 14:23:23 +02:00
Kristian Bendiksen 9c8fe15d28 Use unsigned int for bitfiddling (fixes unused variables warnings on gcc). 2020-05-20 14:23:22 +02:00
Kristian Bendiksen 30cec3e280 Fix comparison between signed and unsigned integer expressions. 2020-05-20 14:23:22 +02:00
Kristian Bendiksen 2f4ee076de Remove "set-but-unused" variables (generates warnings on gcc 7). 2020-05-20 13:45:59 +02:00
Kristian Bendiksen 59621e38f7 Remove undefined behavior (sequence point ordering). 2020-05-20 13:45:10 +02:00
Kristian Bendiksen 03b1a31ff3 Enable all warnings ("-Wall") for ApplicationCode directory on linux.
Allowing initializiation reordering and unused parameters for now since there
are a lots of them, and the code is harmless.
2020-05-20 13:45:10 +02:00
Kristian Bendiksen e80b3c2ff2 #5927 Add pore compressibility calculation. 2020-05-20 08:53:15 +02:00
Gaute Lindkvist e966184d99 Reorganise ijk calculation based on suggestion from bska 2020-05-19 16:14:08 +02:00
Gaute Lindkvist 91eb956092 Remove superfluous calculation and rename ijkFromCellIndexNonGuarded 2020-05-19 16:14:08 +02:00
Gaute Lindkvist 19c541888f #5950 Wbs: Fix wrong behaviour for LAS-file PP_INP 2020-05-19 13:42:25 +02:00
Gaute Lindkvist e27a673ab6 Partial revert of 3a526ab5 to remove parallelization on one loop.
* Turns out this loop is hard to guarantee the same result.
2020-05-19 11:42:20 +02:00