Commit Graph

13127 Commits

Author SHA1 Message Date
Kristian Bendiksen
ef579d7933
Merge pull request #6041 from OPM/fix-incorrect-line-endings-5891
#5891 Fix incorrect line endings (CRLF -> LF)
2020-06-05 17:13:15 +02:00
Kristian Bendiksen
eb3243f679 #5891 Fix incorrect line endings (CRLF -> LF) 2020-06-05 16:04:23 +02:00
Kristian Bendiksen
28708f13fd
Merge pull request #6037 from OPM/improve-fem-parts-names-6032
Improve fem parts names 6032
2020-06-05 13:01:03 +02:00
Kristian Bendiksen
5ddfd4f9da #6007 Rename Facies Properties to Elastic Properties. 2020-06-05 12:36:30 +02:00
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
46059e7a40 #6032 Merge SE.SEM and ST.STM calculation and rename to S*.SM 2020-06-05 11:09:56 +02:00
Kristian Bendiksen
8ddec683b0 #6032 Rename stress anisotropy results.
STA12/STA13/STA23 -> SA12/SA13/SA23
SEA12/STA13/STA23 -> SA12/SA13/SA23
2020-06-05 10:31:29 +02:00
Kristian Bendiksen
0b908370f3 #6032 Rename PORE-COMPRESSIBILITY to COMPRESSIBILITY 2020-06-05 10:25:59 +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