Kristian Bendiksen
466827e7d0
#6007 Reload facies properties when project is reopened.
2020-06-05 12:36:30 +02:00
Kristian Bendiksen
38ec6e5069
#6007 Minor ui tweaks.
2020-06-05 12:36:30 +02:00
Kristian Bendiksen
c349047a91
#6007 Add plot track and interpolation for facies properties.
2020-06-05 12:36:30 +02:00
Kristian Bendiksen
2ef822e491
#6007 Add utility for linear interpolation.
2020-06-05 12:36:30 +02:00
Kristian Bendiksen
79af3d7379
#6007 Add user interface for facies properties.
2020-06-05 12:36:30 +02:00
Kristian Bendiksen
e9e32bfc3a
Merge pull request #6023 from OPM/error-as-warnings-flag-6018
...
Error as warnings flag 6018
2020-06-04 13:40:52 +02:00
Magne Sjaastad
ed86954a1a
Remove file global defines
2020-06-04 11:33:09 +02:00
Magne Sjaastad
b7fb6c4e5a
Recreate object when reading file
2020-06-04 11:33:09 +02:00
Stein Inge Dale
10e4c60073
Code review, brush-up, and extended surface unit tests
2020-06-04 11:33:09 +02:00
Stein Inge Dale
e5f3a3b67d
Surface Import : import of properties from TS files #5995
2020-06-04 11:33:09 +02:00
Gaute Lindkvist
66037da9d5
Fix build errors without GSL enabled
2020-06-04 10:45:28 +02:00
github-actions[bot]
674b764cb6
Fixes by misspell-fixer
2020-06-04 08:24:58 +02:00
Magne Sjaastad
490dc1aa05
Create spell-check.yml ( #6026 )
2020-06-03 22:31:09 +02:00
Kristian Bendiksen
cfb54a428c
#6018 Fix std::string/QByteArray ambiguous overload for assignment operator.
...
Broke build on Ubuntu 20.04, gcc 9.3.
2020-06-03 22:20:38 +02:00
Kristian Bendiksen
23202c9f15
#6018 Remove unnecessary caf::FilePath assignement operator
...
In C++11 implicit generation of the copy constructor is deprecated if the
class has a user-declared copy assignment operator or a user-declared destructor.
2020-06-03 22:06:30 +02:00
Kristian Bendiksen
8f5edbf5b0
#6029 Fix unsigned/signed comparison in Fwk tests.
2020-06-03 22:06:30 +02:00
Kristian Bendiksen
16c3ce1ca2
#6029 Update test helper to new gtest version.
2020-06-03 22:06:30 +02:00
Kristian Bendiksen
2eb18d8151
#6029 Upgrade gtest to v1.10 for Fwk/.
2020-06-03 22:06:30 +02:00
Kristian Bendiksen
817ae0290c
#6029 Upgrade gtest to v1.10 for ApplicationCode/.
2020-06-03 22:06:29 +02:00
Kristian Bendiksen
7fdb920b3b
#6018 Fix "catch polymorphic type by value" error on Ubuntu 20.04.
2020-06-03 22:06:29 +02:00
Magne Sjaastad
f03e1b5f6b
gha : Add build on Ubuntu 20.04
2020-06-03 22:06:29 +02:00
Kristian Bendiksen
1e920863d9
#6018 Enable RESINSIGHT_TREAT_WARNINGS_AS_ERRORS in github actions.
2020-06-03 22:06:29 +02:00
Kristian Bendiksen
988dea1629
#6018 Add RESINSIGHT_TREAT_WARNINGS_AS_ERRORS build flag.
...
The flag controls "-Werror" on linux. Default is off.
2020-06-03 22:06:28 +02:00
Gaute Lindkvist
5f12555bbd
Unit tests for correlation calculation
2020-06-03 20:37:14 +02:00
Gaute Lindkvist
111b758494
Unit tests for correlation calculation
2020-06-03 20:37:14 +02:00
Magne Sjaastad
88ddeddca6
Add support for two Stimplan file formats ( #6015 )
...
#5990 XML import : Support two Stimplan file formats
2020-06-03 18:46:25 +02:00
Gaute Lindkvist
77090bce6a
Update only Third Party git submodules that are used
2020-06-03 15:41:17 +02:00
Magne Sjaastad
d19d44081c
gha : Build new cache each day
2020-06-03 15:30:55 +02:00
Gaute Lindkvist
41ee1e8e61
Provide default implementation for the ~RifHdf5ReaderInterface()
2020-06-03 14:53:10 +02:00
Gaute Lindkvist
4627e542ba
Move caf::FontTools enum setups into caf namespace
2020-06-03 14:16:45 +02:00
Gaute Lindkvist
eddafa76f0
Remove redundant update code
2020-06-03 14:00:04 +02:00
Gaute Lindkvist
192d8d1b21
Fix update of show plot title for Well Log Plots
2020-06-03 14:00:04 +02:00
Gaute Lindkvist
2237be3898
Fix font size for summary plot axes
2020-06-03 14:00:04 +02:00
Gaute Lindkvist
98124a177e
Change header in Correlation Report Plot settings group
2020-06-03 14:00:04 +02:00
Gaute Lindkvist
2c1ee33d54
Enable setting preferred size in caf::IconProvider
2020-06-03 14:00:04 +02:00
Gaute Lindkvist
9130030d7b
#5882 Add color gradient as icon for legend palettes.
2020-06-03 14:00:04 +02:00
Gaute Lindkvist
90596be3ee
Improve legend for Correlation Plots
2020-06-03 14:00:04 +02:00
Gaute Lindkvist
84177d3a00
Add legend support to Report Plot
2020-06-03 14:00:04 +02:00
Gaute Lindkvist
56addaf55d
Support hiding rows and columns with no correlations
2020-06-03 14:00:04 +02:00
Gaute Lindkvist
e6c2b693ef
Improvements to Correlation plots
2020-06-03 14:00:04 +02:00
Gaute Lindkvist
2fe4372dc2
First round of caf::FontTools
2020-06-03 14:00:04 +02:00
Magne Sjaastad
0e70cf809c
Fix typo
2020-06-03 12:28:44 +02:00
Kristian Bendiksen
d443f97a1a
#5989 Add parser for facies properties csv file
2020-06-02 15:26:37 +02:00
Kristian Bendiksen
ee20ec4107
#6004 Pore Compressibility: incorrect sign first term in computation.
2020-06-02 15:19:37 +02:00
Magne Sjaastad
73b02d59e6
Github Actions : Enable build of GSL
2020-05-29 09:28:42 +02:00
Magne Sjaastad
9158f65ed2
Bundling of HDF5 : Include symlinks in addition to binary file
2020-05-28 14:27:56 +02:00
Magne Sjaastad
85def545f2
GitHub Action : Install hdf5-dev package
2020-05-28 14:27:56 +02:00
Magne Sjaastad
9a0c2304a6
Merge pull request #5998 from OPM/updates-after-patch
...
Updates after patch
2020-05-28 09:45:52 +02:00
Magne Sjaastad
3c055a2b89
Merge remote-tracking branch 'origin/master' into dev
2020-05-27 15:32:36 +02:00
Magne Sjaastad
dc188dc73e
Merge branch '2020.04-patch-01'
2020-05-27 12:54:47 +02:00