Commit Graph

9205 Commits

Author SHA1 Message Date
Magne Sjaastad
08776a09b3 #3531 Temporary LGR : Move function and whitespace changes 2018-10-23 21:36:20 +02:00
Magne Sjaastad
577a706b57 #3531 Temporary LGR : Copy value from main grid cell to temporary cells 2018-10-23 21:29:23 +02:00
Magne Sjaastad
8c344a0c6e #3531 Temporary LGR : Free all memory to trigger reload from file 2018-10-23 21:23:38 +02:00
Magne Sjaastad
76a48a8f87 #3531 Temporary LGR : Add helper methods for grid and cell count 2018-10-23 15:28:04 +02:00
Magne Sjaastad
d2972d144a #3531 RigMainGrid : Several refactoring operations
Move impl to cpp
Remove obsolete includes
Whitespace fix
2018-10-23 15:12:46 +02:00
Magne Sjaastad
158222217a #3531 Clear all selected objects as part of reload case 2018-10-23 14:53:20 +02:00
Bjørn Erik Jensen
82ad3ee675 #3515 LGR Export/Temp LGR. Fix build error 2018-10-23 11:34:15 +02:00
Bjørn Erik Jensen
ffa1a85187 #3515 LGR Export/Temp LGR. New split type: One LGR per Completion 2018-10-23 11:13:55 +02:00
Magne Sjaastad
cdda4d74df #3541 HoloLens : Create dummy file backed feature 2018-10-22 12:36:14 +02:00
Magne Sjaastad
3f7d85e2e1 #3541 HoloLens : Use RicHoloLensSession to control state of toolbar buttons 2018-10-22 12:36:14 +02:00
Magne Sjaastad
24a075499e #3541 HoloLens: Create session object 2018-10-22 12:36:14 +02:00
Magne Sjaastad
75174a47e8 Whitespace 2018-10-22 12:36:14 +02:00
Gaute Lindkvist
1d0fc606d3 Fix ubuntu build problem due to fabs() use without header 2018-10-22 10:38:39 +02:00
Bjørn Erik Jensen
f495c38406 #3532 LGR export. Do not lookup PORO result during temp LGR creation/export 2018-10-22 10:24:38 +02:00
Gaute Lindkvist
b316aff35a #3528 Allow deleting of the whole casing design table. 2018-10-22 09:35:35 +02:00
Gaute Lindkvist
9abbdb2fd8 #3528 Make Casing Design a child object under well path. 2018-10-22 09:35:35 +02:00
Gaute Lindkvist
2194821609 #3527 Implement multiple ICD/AICDs for perforation intervals. 2018-10-22 09:35:35 +02:00
Gaute Lindkvist
43552fde88 #3527 Split out the valve locations from RimFishbonesMultipleSubs.h 2018-10-22 09:35:35 +02:00
Bjørn Erik Jensen
fc4620985f #3493 LGR Export. Command file command exportLgrForCompletions 2018-10-22 09:31:41 +02:00
Magne Sjaastad
4632fd7dff Whitespace 2018-10-19 15:43:29 +02:00
Magne Sjaastad
fa2d96ebcf #3534 Completion Export : Hide option when width values are missing 2018-10-19 15:28:13 +02:00
Magne Sjaastad
59f0112f2e #3534 Completion Export : Guard for missing width values 2018-10-19 15:28:13 +02:00
Gaute Lindkvist
5cddab62ac #3529 Scale length of 3D well path components by well path radius 2018-10-19 15:01:04 +02:00
Gaute Lindkvist
229d098e3d #3525 Remove valves from well path attributes 2018-10-19 15:01:04 +02:00
Gaute Lindkvist
814fc334cc #3535 2d Maps: Improve performance of grid projection 2018-10-19 15:00:45 +02:00
Bjørn Erik Jensen
0a141c322a #3494 LGR export. Fix layout of I J K fields 2018-10-19 13:07:47 +02:00
Bjørn Erik Jensen
e06de21e88 #3494 LGR export. Set correct dialog title 2018-10-19 12:40:52 +02:00
Bjørn Erik Jensen
d239b3e6b3 #3514 LGR Export. Do not export PORO keyword 2018-10-19 12:31:30 +02:00
Bjørn Erik Jensen
abc25b833f #3485 Temp LGR. Ensure unique LGR names 2018-10-19 11:33:57 +02:00
Bjørn Erik Jensen
fd1df547f9 Fix warning 2018-10-19 11:33:31 +02:00
Bjørn Erik Jensen
1c7fd7fb96 #3485 Temp LGR. Removed commented code 2018-10-19 11:21:40 +02:00
Bjørn Erik Jensen
9d90f54d5f #3474 LGR Export. Create temporary LGR. Take 1 2018-10-19 10:44:07 +02:00
Bjørn Erik Jensen
3edfd1dca6 LocalGrid. Move implementation to cpp file 2018-10-19 10:43:17 +02:00
Magne Sjaastad
822645e264 #3524 HoloLens : Add toolbar and icons for operations 2018-10-19 10:09:45 +02:00
Magne Sjaastad
1727ab959a #3524 HoloLens : Add icons 2018-10-19 10:09:45 +02:00
Magne Sjaastad
a87eca531c #3523 Holo Lens : Add features for communication with web server 2018-10-19 10:09:45 +02:00
Gaute Lindkvist
e3b7cc0558 #3521 Make different size casings take up different columns. 2018-10-18 20:15:31 +02:00
Gaute Lindkvist
8e5e58037c #3522 Move grid projection plane below the grid. 2018-10-18 20:15:10 +02:00
Magne Sjaastad
6346ed012c clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
Magne Sjaastad
c8285602b1 #3512 Move text file describing functions deleted 2018-10-18 16:59:10 +02:00
Magne Sjaastad
758598df0e clang-tidy : Use nullptr 2018-10-18 16:36:11 +02:00
Magne Sjaastad
764fb65e8e clang-tidy : Remove redundant 'virtual' and add 'override'
clang-tidy : Remove redundant 'virtual' and add 'override'
2018-10-18 16:35:51 +02:00
Magne Sjaastad
3569b3f375 Update use of clang PowerShell 2018-10-18 16:32:37 +02:00
Magne Sjaastad
16265273b9 #3512 System : Remove unused functions 2018-10-18 16:32:02 +02:00
Magne Sjaastad
726658d642 #3512 System : Remove unused functions 2018-10-18 15:40:11 +02:00
Magne Sjaastad
766fea603e #3512 System : Remove unused functions 2018-10-18 15:14:25 +02:00
Magne Sjaastad
5e25db97da Upped to version 2018.05.1 2018-10-17 13:52:48 +02:00
Magne Sjaastad
5a1acc124f #3512 System : Remove unused functions 2018-10-17 13:52:48 +02:00
Gaute Lindkvist
075c3eb627 2d Maps: Fix bug when there's no range filters active 2018-10-17 13:51:19 +02:00
Gaute Lindkvist
39ed7ad5d3 2d Maps: Make Tops and Depth work right 2018-10-17 13:39:31 +02:00