Gaute Lindkvist
1614dfa9b8
Remove "using namespace std" (a C++17 MSVC bug)
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
17ba1e49b6
Simplify some code with C++17
2020-10-26 10:43:14 +01:00
Magne Sjaastad
31b1f3a2ba
#6376 Add all required external vcpkg libraries
2020-10-25 18:00:51 +01:00
rubenthoms
1941a1f3d3
Boost and Eigen to vcpkg ( #6817 )
...
* Moved boost subset installation to vcpkg.
* Moved Eigen to vcpkg.
Added packages to vcpkg-response files.
Removed unnecessary include_directories() calls.
Removed comments.
* Use target_link_library instead of boost_libraries
Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
2020-10-25 09:22:19 +01:00
Gaute Lindkvist
56d8da1419
Fix snapshot icons to be same height
2020-10-22 16:49:34 +02:00
Gaute Lindkvist
19a2e92a0a
Make new code follow new C++17 guidelines
2020-10-22 10:36:30 +02:00
Gaute Lindkvist
90df4b8b54
Reduce number of warnings in the well log extractor
...
* Suitable for patch.
2020-10-22 10:36:30 +02:00
Kristian Bendiksen
246c918e13
Fix signed/unsigned comparison warnings.
2020-10-22 09:07:27 +02:00
Kristian Bendiksen
c7d860d888
Remove pragma once from cpp file.
2020-10-22 09:07:27 +02:00
Kristian Bendiksen
9a1397ecbc
Revert " #6412 Hide experimental Stimplan features behind RESINSIGHT_DEVEL env var."
...
This reverts commit ae18dc8898
.
2020-10-22 09:07:27 +02:00
Kristian Bendiksen
f09dad2fb9
Revert "Fracture Model Template: Hide new features behind experimental flag"
...
This reverts commit 03ae6e5ee4
.
2020-10-22 09:07:27 +02:00
Kristian Bendiksen
899fa64e75
#6754 Update example python script with non-net-layers.
2020-10-22 09:07:27 +02:00
Kristian Bendiksen
82c7042eeb
#6754 Scale porosity, permeability and elastic props by net-to-gross.
2020-10-22 09:07:27 +02:00
Kristian Bendiksen
390dbe5cc5
Move export to frk command from model plot to model.
2020-10-22 09:07:27 +02:00
Kristian Bendiksen
7d456f1cbb
Refactor fracture model result calculation to be independent of display.
2020-10-22 09:07:27 +02:00
Kristian Bendiksen
f4631e7f9d
#6754 : Fracture Model: support non-net layers
2020-10-22 09:07:27 +02:00
Magne Sjaastad
a31f6deb0c
#6815 Deployment : Update names of deployment DLLs on Windows
2020-10-21 05:44:05 -04:00
Kristian Bendiksen
e830629dbf
#6526 Fracture Model: Increase precision in Deviation.FRK export
2020-10-21 11:22:19 +02:00
Kristian Bendiksen
f496e62123
#6526 Fracture Model: Make TVD/MD values consistent in Deviation.FRK
...
The change in measured depth (MD) must be greater or equal to change in
true vertical depth (TVD), and this was not always the case due to
interpolation imprecision.
2020-10-21 11:22:19 +02:00
Kristian Bendiksen
752f0f5100
#6233 : Fracture Model: Add command to change MD location from python.
2020-10-21 10:53:53 +02:00
Kristian Bendiksen
6c8dda3869
#6651 : Allow wild card in formation name when importing elastic properties.
2020-10-21 10:26:01 +02:00
Kristian Bendiksen
5e31df53bc
#6597 : Provide sensible defaults for elastic property scaling.
2020-10-21 10:05:49 +02:00
Kristian Bendiksen
c16348eaaa
#6579 : Make elastic property scaling checkable and add auto-name.
2020-10-21 10:05:49 +02:00
Kristian Bendiksen
34c1ac35e5
Fix dangling references to annotations from fracture model after save.
2020-10-21 10:05:49 +02:00
Kristian Bendiksen
bcc35ee82e
#6597 : Propagate changed signals from scaling to fracture model plot.
2020-10-21 10:05:49 +02:00
Kristian Bendiksen
f4eefc3e08
#6597 : Add python api for adding elastic properties scaling.
2020-10-21 10:05:49 +02:00
Kristian Bendiksen
3baef48926
#6597 Improve fracture model-related python class names.
2020-10-21 10:05:49 +02:00
Kristian Bendiksen
309d9313bd
#6597 Use and display scaled elastic properties.
2020-10-21 10:05:49 +02:00
Kristian Bendiksen
7c555658ec
#6597 Add pdm objects and context menu for elastic property scaling.
2020-10-21 10:05:49 +02:00
Gaute Lindkvist
825a9bb531
Fix centos7 action following move of vcpkg
2020-10-20 11:05:27 +02:00
Gaute Lindkvist
43186453e5
Fix action following move of vcpkg
2020-10-20 11:05:27 +02:00
Gaute Lindkvist
18d250ebf1
Moved VCPKG into ThirdParty
2020-10-20 11:05:27 +02:00
github-actions[bot]
0d360eeea6
Fixes by clang-format
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
069b427d10
Require CMake 3.12
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
54273fff39
Remove "using namespace std" (a C++17 MSVC bug)
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
97bd2fc67f
Workaround for byte / std::byte ambiguity on MSVC
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
b1d9d17ddb
Simplify some code with C++17
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
6220ff160c
Fix a Qt warning for getContentsMargins
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
8f5c38cb8e
Remove use of QString::sprintf
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
6dd3bd8c01
Remove Qt build warnings due to macro redefinitions
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
78ba28e916
Update Boost-subSet to 1.74.0 to fix C++17 incompatibility issues
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
e8368327da
Use GSL::not_null a few places as a test/example.
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
e797c5ccdf
Add GSL headers as third party library (header only)
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
0354664b8f
Get rid of warning of CMake policy CMP0042 by copying in new libecl code
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
2110323be7
Swap use of deprecated auto_ptr for unique_ptr in cvfMutex.h
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
61809b6e22
Require C++17
2020-10-20 11:05:10 +02:00
Gaute Lindkvist
f7aed637f8
Require CMake 3.6
2020-10-20 11:05:10 +02:00
Magne Sjaastad
9c8b7ac76f
Set version to 2020.10.0-dev.01
2020-10-20 10:49:36 +02:00
Magne Sjaastad
6de240a887
Set version to 2020.10.0
2020-10-20 09:58:40 +02:00
Magne Sjaastad
dd7bfca18a
Set version to 2020.10.0-RC07
2020-10-20 09:55:14 +02:00