Kristian Bendiksen
972013c631
#9039 : Thermal Fractures: add file reader
2022-07-06 18:18:11 +02:00
Magne Sjaastad
b706192ea3
Performance updates ( #9082 )
...
* Avoid creation of curve legend widgets during construction of a multi plot
* Make sure default z-value is correct to avoid expensive Qwt updates
* Avoid duplicate plot updates
* Do not create internal Qwt legend by default
* RFT import: Avoid expensive method throwing exception if no data is found
2022-06-24 16:16:46 +02:00
Magne Sjaastad
d854a3d3e7
Merge pull request #9063 from OPM/more-rft-fixes-01
...
More RFT fixes
2022-06-17 17:24:58 +02:00
Magne Sjaastad
62cf62b9a2
Improve UI for RFT segment curves ( #9061 )
...
* Make sure all curve values are set correctly for plot orientation
* Make sure depth zoom is propagated to the Qwt plot
* Expand min/max value range to allow more space around curves
* Use int values to represent RFT segment branch number
2022-06-16 13:55:42 +02:00
Magne Sjaastad
d146ada592
#9037 RFT import: Missing data in RFT file caused crash
2022-06-09 11:44:21 +02:00
Magne Sjaastad
d36bf11c62
Several performance fixes ( #9026 )
...
* #9023 Performance: Use count instead of for loop
* #9023 Analyzer: Cache vector names for categories
* #9023 Performance : Use cached ensemble analyzer
* #9023 Performance : Add min/max values to ensemble statistics
* #9023 Performance : Improve statistics calculator
* #9023 Performance : Use high performance toInt()
* #9023 Performance : Build summary addresses in parallell
2022-06-07 21:09:36 +02:00
Magne Sjaastad
2472f4697c
Improve summary category detection for opm-common reader ( #9018 )
...
* Move code to quantitynameinforprovider
* Use some region-to-region helper function from opm-common
* Add more fallbacks
2022-06-03 13:54:15 +02:00
Kristian Bendiksen
92afb11a76
#8899 Try exact matches for eclipse summary category search.
...
Fixes incorrect classification for vectors with 8 characters starting with
'N' (e.g NLINSMAX). They were classified as "network", but lookup table have
them correctly classified as "misc".
2022-05-31 22:16:24 +02:00
Magne Sjaastad
c74701b687
Rename several child() and children() functions
2022-05-31 15:05:07 +02:00
Kristian Bendiksen
c9aa9285d2
#8900 Summary Data: fix error in h5-data for time scale above 250 years
...
The usual implementation of chrono::system_clock::to_time_t() uses nanoseconds
which will overflow on data with long time spans. Fixed by lowering resolution
to seconds, and adding custom conversion method.
Fixes #8900 .
2022-05-27 12:11:19 +02:00
Kristian Bendiksen
53af120f39
#2434 Eclipse input property: fix import for keywords without data
...
Keywords without data does not have a trailing '/'.
2022-05-25 21:32:51 +02:00
Magne Sjaastad
f52acd9a64
#8893 Rename quantity name -> vector name
2022-05-10 08:17:41 +02:00
jonjenssen
d3ce7a2096
Add support for all summary data types in data sources tree ( #8873 )
...
* Add support for all summary data types in data sources tree
* Use item icons for folders.
2022-05-03 16:29:55 +02:00
Magne Sjaastad
ca9b209e9b
#8864 Fix no data issue for Analysis Plot
...
When RifMultipleSummaryReaders was introduced, no summary data was available to Analysis plots. Fix this by always return true in RifSummaryReaderInterface::hasAddress for a default address object
2022-05-03 09:16:54 +02:00
Magne Sjaastad
571011c2bd
#8833 Import Of Observed FMU Data: Improve parsing of text files
2022-04-26 07:59:11 +02:00
Magne Sjaastad
93614ef272
Merge pull request #8791 from OPM/8790-rename-to-group
...
Rename summary references to "Group"
2022-04-07 21:06:40 +02:00
Magne Sjaastad
9c987855f2
Merge remote-tracking branch 'origin/patch_2021.10.3' into dev
2022-03-28 09:06:38 +02:00
Magne Sjaastad
7c4e81f59f
Adaption of #8356 Summary Data : Add support for use of summary summary data from Python
2022-03-28 08:46:10 +02:00
Magne Sjaastad
cbaaabf67e
#8558 Use both conditions to disable use of start of simulation
...
GeoMech cases require this test condition
2022-03-28 08:46:10 +02:00
Magne Sjaastad
ee888237f3
#8558 Fix reading of simulation dates for restart case
...
The date import was wrong for some restart cases.
2022-03-28 08:46:10 +02:00
Magne Sjaastad
2800f1f189
#8354 RFT file open : Inconsistent data might lead to crash
...
Use try/catch to avoid crash from RFT file reader. Avoid reading data when considering if menu items should be visible.
2022-03-28 08:46:10 +02:00
Magne Sjaastad
869921d300
#8375 Flow Vectors : Avoid recomputing NNCs when accessing flow data
...
Avoid include of RigNNCData.h in header files.
2022-03-28 08:46:10 +02:00
Magne Sjaastad
7cd917e0d8
#8307 Input Eclipse Case: Handle trailing line comment
2022-03-28 08:46:10 +02:00
Kristian Bendiksen
86ea679871
#8652 Import Surface: Fix ts-file import with properties on Linux ( #8730 )
...
The file had DOS line endings (\t\n) which where not properly trimmed on linux.
Fixes #8652 .
2022-03-25 14:16:25 +01:00
Magne Sjaastad
8feb0c363b
#8307 Input Eclipse Case: Handle trailing line comment
2022-03-24 15:22:07 +01:00
Magne Sjaastad
806a149809
Fix several deprecation warnings ( #8657 )
...
* Use constructor instead of nullptr for WindowFlags
* Use constructor instead of nullptr for Alignment
* Disable deprecation warning for QProcess
* Add string split method to RaTextStringTools
* Add caf.cpp used to manage Qt function deprecations
* Use position()
2022-03-11 13:24:01 +01:00
Magne Sjaastad
f154f8c500
Import RFT segment data as well log curve ( #8449 )
...
Add reader for RFT data using opm-common
Extend RFT curve with support for RFT segment data
Adjustments related to horizontal well log plots
8581 Well Log Plot : Update of curve appearance does not update plot
2022-02-23 13:57:02 +01:00
Magne Sjaastad
0879f3748b
#8558 Use both conditions to disable use of start of simulation
...
GeoMech cases require this test condition
2022-02-17 08:53:11 +01:00
Magne Sjaastad
79f427f64b
#8558 Fix reading of simulation dates for restart case
...
The date import was wrong for some restart cases.
2022-02-16 19:38:57 +01:00
Magne Sjaastad
358c11264a
Merge pull request #8519 from magnesj/simplify-windows-env
...
Simplify GitHub Action and support windows-2022
2022-02-04 08:45:38 +01:00
Magne Sjaastad
e203c76099
#8425 Summary Multi Plots: Add grouping on wells, groups, ...
...
* #8425 Multi Graph : Support grouping on object name
* #8425 Multi Graph : Improve creation of new graphs
* #8425 Multi Graph : Improve default tick mark count
* Handle history and non history as identical headers
* #8425 Multi Graph : Increase space below a graph
2022-01-10 14:51:31 +01:00
Magne Sjaastad
3c35244809
#8420 Janitor: Remove empty parameters in initialization macros
2022-01-07 08:31:52 +01:00
Magne Sjaastad
60873e54f4
Janitor: Always report unit for summary vectors
2022-01-06 15:49:20 +01:00
Magne Sjaastad
db8209d23a
Janitor : Trim unit text for summary vectors
2022-01-06 15:49:20 +01:00
Magne Sjaastad
891a2e7c29
#8375 Flow Vectors : Avoid recomputing NNCs when accessing flow data
...
Avoid include of RigNNCData.h in header files.
2021-12-20 10:23:52 +01:00
Magne Sjaastad
4090e70507
#8356 Summary Data : Add support for use of summary summary data from Python
2021-12-14 12:01:06 +01:00
Magne Sjaastad
48843c50f6
#8354 RFT file open : Inconsistent data might lead to crash
...
Use try/catch to avoid crash from RFT file reader. Avoid reading data when considering if menu items should be visible.
2021-12-09 09:59:18 +01:00
Magne Sjaastad
0a8b52051d
Merge remote-tracking branch 'origin/main' into dev
2021-12-01 16:29:57 +01:00
Magne Sjaastad
1559d72766
#8339 Summary Preferences : Adjust default settings
2021-12-01 16:27:28 +01:00
Magne Sjaastad
ed914a03a4
Janitor : Rename variable and function names
2021-12-01 16:27:28 +01:00
Magne Sjaastad
8b36ec9925
#8313 Ensemble import: Avoid log message when no h5-file is found
2021-12-01 16:27:28 +01:00
Magne Sjaastad
5d96a98b06
#8316 Summary vector names: Use stripped quantity name to find category
2021-12-01 16:27:28 +01:00
Magne Sjaastad
6847e0573e
#8316 Summary vector names: Use stripped quantity name to find category
2021-11-25 20:47:12 +01:00
Magne Sjaastad
88ca478bab
Janitor : Rename variable and function names
2021-11-24 09:24:35 +01:00
Magne Sjaastad
79058fe122
#8313 Ensemble import: Avoid log message when no h5-file is found
2021-11-24 08:53:33 +01:00
Magne Sjaastad
2a65636ba3
#8250 Use variadic macros and remove obsolete parameters
2021-11-14 15:26:09 +01:00
jonjenssen
08af2e7c17
WIA: Add better support for list parameters ( #8266 )
...
* Add better support for list parameters
2021-11-09 18:17:47 +01:00
Magne Sjaastad
b2433bf185
Janitor : Move disable exception print before any HDF5 operations
...
Some regression tests cause exceptions to trigger based on the HDF5 data present in test dataset. This causes the regression test to hang.
2021-11-05 12:30:45 +01:00
Magne Sjaastad
defccca4be
#8210 Summary Import : Improve fallback strategy
2021-10-28 10:57:03 +02:00
Magne Sjaastad
da74a4f0d6
#8196 GRDECL import : Handle multiple items of same value
2021-10-27 09:29:36 +02:00
Magne Sjaastad
6b13a31349
#8143 Performance: Avoid parsing grid GRDECL file twice
...
Previous implementation parsed grid file twice both for geometry data and properties.
2021-10-21 14:21:16 +02:00
Magne Sjaastad
54d1b67d88
GRDECL import : Fix import of mapaxes
2021-10-18 10:20:28 +02:00
Magne Sjaastad
afadaf27d5
Merge pull request #8159 from OPM/performance-surface
...
Performance Surface import and resampling
2021-10-15 16:55:58 +02:00
Magne Sjaastad
c3e60dbc6f
#8130 Import Input Eclipse Grid: Fix missing return statement
2021-10-14 07:41:41 +02:00
Magne Sjaastad
c33f33d995
#8130 Import Input Eclipse Grid: Skip keyword GDORIENT
2021-10-14 07:30:24 +02:00
Magne Sjaastad
6bfdcebf0b
#8143 Review feedback
2021-10-14 07:26:13 +02:00
Magne Sjaastad
04b19e3ad7
#8143 GRDECL import : Refactor grid data and property import
2021-10-14 07:26:13 +02:00
Magne Sjaastad
488468723b
#8143 Add EclipseTextFileReader with unit test
...
unit
2021-10-14 07:26:13 +02:00
Kristian Bendiksen
faba3a980d
#8027 StimPlan Model Export: Add perforation, formation and facies info
2021-10-04 10:20:09 +02:00
Magne Sjaastad
e5e1f59aef
#8069 Summary ESMRY : Improve robustness and error reporting
2021-09-29 18:46:26 +02:00
Kristian Bendiksen
f407acd5fa
#8034 Pass reader settings to eclipse loading methods.
2021-09-29 09:40:27 +02:00
Kristian Bendiksen
b9767a35a4
#8019 StimPlan model: Apply default poro and perm as minimum values ( #8023 )
2021-09-20 12:30:01 +02:00
Magne Sjaastad
2480a782d1
Ensemble Surface improvements
...
* Performance : Improve surface import
* Performance: Use opm when importing files
* Surface : Use the triangle size as basis for the maximum search distance
* Performance : Resample surfaces in parallell
* Performance: Import file surfaces in parallell
* Ensemble Surface : Create one ensemble per surface
2021-09-16 14:28:19 +02:00
Kristian Bendiksen
1e83254e9e
Make P10/P90 calculation style more explicit
2021-09-16 10:38:27 +02:00
Magne Sjaastad
9838f766cb
Performance : Use std::string when parsing address strings
2021-09-13 14:08:50 +02:00
Magne Sjaastad
41f80e7d89
#7912 Summary Data Import : Review feedback
2021-09-13 10:00:45 +02:00
Magne Sjaastad
f699f5f6b8
#7912 Summary Data Import : Update to ESMRY format
2021-09-13 10:00:45 +02:00
Magne Sjaastad
737ee811fa
#7912 Summary Data Import : Map from eclAdr to keyword
2021-09-13 10:00:45 +02:00
magnesj
2dbe0a0c9c
#7912 Summary Data Import : Update selected opm-common files
2021-09-13 10:00:45 +02:00
jonjenssen
a5b80c649b
Merge pull request #7960 from OPM/geomech_WIA4
...
GeoMech: Well Integrity Analysis
2021-09-09 17:34:27 +02:00
Magne Sjaastad
638f926429
cmake-format: Allow dangling parenthesis
2021-09-01 08:13:16 +02:00
Kristian Bendiksen
503d946bc1
#7923 Ensemble Fracture Statistics: export fracture orientation for result files ( #7926 )
2021-08-31 08:12:40 +02:00
Magne Sjaastad
b78cf3a4bb
Use cmake-format on all cmake files
2021-08-26 19:46:38 +02:00
Kristian Bendiksen
61ea190920
StimPlan Export: Workaround precision issue in Deviation.frk export
2021-08-23 15:10:22 +02:00
Magne Sjaastad
e03bebf5fe
#7838 Summary: Include missing Node vector GPR in category Group
2021-07-01 16:05:46 +02:00
jonjenssen
f9129e767f
Make sure fault_ra parameter file is overwritten.
...
Adjust digits in loadstep strings to max number of steps.
Always use 0 as first step for adv. processing.
2021-06-10 14:27:21 +02:00
Magne Sjaastad
0b724da685
#7746 Plot window Messages: Simplify comments related to h5-files
2021-06-10 08:09:48 +02:00
jonjenssen
e2e04db6eb
Write numbers as numbers in json, not strings ( #7736 )
2021-05-28 15:24:30 +02:00
jonjenssen
8752eebdca
Fault React. Assessment updates, part 2 ( #7735 )
...
* Add additional parameters to postprocessing script.
2021-05-28 14:31:36 +02:00
jonjenssen
ae7285b478
Fault Reactivation Assessment: updates and tweaks ( #7732 )
...
* Add flag to keep temp. parameter files or not.
* Ask user if it is ok to clean the output folder if selected.
* Add property for elastic table input file.
* Do not show legend by default when refreshing tsurfs
* Make sure all loadsteps are enabled in post processing json file
* Support running adv. proc without req. basic proc to be run first
2021-05-28 00:55:54 +02:00
Magne Sjaastad
9d58769f89
Janitor : Avoid include of header file in header
2021-05-26 13:28:45 +02:00
Magne Sjaastad
3fca5f15ae
Janitor : Use enum class
2021-05-26 13:28:45 +02:00
Magne Sjaastad
19d650f619
#7655 Well Allocation Plot: Avoid duplicated flow in tie-in cells
...
Make sure the tie-in cell is not duplicated
2021-05-26 13:28:45 +02:00
Magne Sjaastad
f9fc7cff3a
#7655 Well Allocation Plot: Use branch ID of parent branch
2021-05-25 22:36:01 +02:00
jonjenssen
9c74e58510
Fix json parameter file syntax error
2021-05-20 11:47:31 +02:00
jonjenssen
242e23a7c9
Fix crash when exporting surface. ( #7705 )
2021-05-20 10:28:53 +02:00
jonjenssen
4a4db5a3f2
Fault reactivation assessment #7321 ( #7690 )
...
Fault Reactivation Assessment implementation (ref issue #7321 )
2021-05-18 14:28:54 +02:00
Magne Sjaastad
1a5c7799c6
#7636 Native Checkbox : Use single statement to define native checkbox
2021-04-29 09:06:33 +02:00
Magne Sjaastad
e36420163a
#7634 Summary Reader : Handle overlapping time steps in restart data
2021-04-28 14:10:23 +02:00
Magne Sjaastad
c48274d69b
Summary Restart : Write out only name of h5 file, not original file
2021-04-28 14:10:23 +02:00
Magne Sjaastad
536e656684
#7633 Summary Reader : Resolve symlinks for h5 file management
2021-04-28 14:10:23 +02:00
Magne Sjaastad
1cf1eef048
#7632 Preferences : Add separate tab Eclipse Summary
...
Remove obsolete includes
2021-04-28 14:10:23 +02:00
Magne Sjaastad
46f186b72d
#7630 Ensemble Import : Show options Unified and Skip
2021-04-28 14:10:23 +02:00
Magne Sjaastad
b601594df1
#7629 Summary Restart : Support different vector count for multiple restart files
2021-04-28 14:10:23 +02:00
Kristian Bendiksen
c40e8e17ca
Add missing include of assert.
2021-04-28 09:23:43 +02:00
Magne Sjaastad
2c91725365
#7622 Summary Restart : Add summary restart reader
...
Move libecl reader into RifEclEclipseSummary
Add a summary file restart history reader
Simplify RifEclipseSummary
2021-04-27 16:08:57 +02:00
Magne Sjaastad
9b6371c5c7
#7622 Summary Restart : Remove unused includes
2021-04-27 16:08:57 +02:00
Magne Sjaastad
f6b956a9da
libecl : Handle exceptions in try/catch block
2021-04-22 16:08:05 +02:00
Magne Sjaastad
6b4d80d116
HDF Summary : Add support for LGR summary vectors
2021-04-22 15:55:52 +02:00
Magne Sjaastad
a6277c0ddc
Make opm summary reader work with mixed casing ( #7593 )
...
* #7592 opm-common : Add case insensitive file search
* #7592 opm-common : Find file based on case insensitive search
* #7592 opm-common : Improve error messages
2021-04-19 16:40:29 +02:00
Magne Sjaastad
ecdb1334c3
#7580 Summary HDF Testing : Support region to region
...
Fixes by clang-format
2021-04-18 08:56:59 +02:00
Magne Sjaastad
4c7c895b87
Updated opm-common to latest
2021-04-18 08:56:59 +02:00
Magne Sjaastad
9cd36fab5b
Fix use of std::filesystem on older compilers
2021-04-16 16:14:55 +02:00
Magne Sjaastad
d18abce39a
Fix missing include
2021-04-16 12:39:09 +02:00
Magne Sjaastad
52799e8b4c
Minor HDF adjustments ( #7577 )
...
* #7575 Summary HDF : Do not import summary if no UNSRMY file is found
* #7575 Summary HDF : Add optional check on time stamp of h5 file
* Use std::filesystem to check file access
* Do not keep h5 file open
2021-04-16 10:52:30 +02:00
magnesj
a44378e2f5
Fixes by clang-tidy
2021-04-15 08:00:07 +02:00
Magne Sjaastad
6421564b77
#7572 Preferences : Remove obsolete includes
2021-04-14 13:53:21 +02:00
Magne Sjaastad
e68c982cf9
#7572 Preferences : Move more into summary settings file
2021-04-14 13:53:21 +02:00
Magne Sjaastad
27e3bc1b56
#7563 HDF5 Export : Add support for defining how many threads to use
2021-04-14 13:53:21 +02:00
Magne Sjaastad
6bc6ffda15
#7572 Preferences : Move summary settings into separate file
2021-04-14 13:53:21 +02:00
Magne Sjaastad
30687e18bc
HDF : Create ESmry reader in try catch block
2021-04-14 13:53:21 +02:00
Magne Sjaastad
c50e7cdd51
Summary HDF : Make sure all summary data is loaded before export to HDF
2021-04-13 10:39:34 +02:00
Magne Sjaastad
63690d5196
Major rewrite of MSW export model
2021-04-13 07:54:34 +02:00
Magne Sjaastad
9ecfefe094
#7568 Summary HDF : Use time conversion methods from Opm::TimeStampUTC
2021-04-12 05:13:40 -07:00
Magne Sjaastad
8f00c527b1
#7568 Summary HDF : Avoid exeptions when exporting to h5
2021-04-12 05:13:40 -07:00
Magne Sjaastad
3bc569e2a6
#7563 HDF5 Export : Add flag to generated HDF5, default off
...
Fixes by cmake-format
Try to fix copy constructor issues
Fix missing initialization
Unused variable
2021-04-11 13:04:49 -07:00
Magne Sjaastad
5e3aef5ca9
#7563 HDF5 Export : Add export of summary data to HDF5
2021-04-11 13:04:49 -07:00
Kristian Bendiksen
c3a0b460a5
#7555 Rename RimFractureGroupStatistics to RimEnsembleFractureStatistics
2021-04-09 15:35:05 +02:00
Kristian Bendiksen
49042f4a34
#7493 Correct sampling direction (was flipped).
2021-04-09 15:35:05 +02:00
Kristian Bendiksen
acd483f04b
#7493 Handle units in fracture group statistics export.
2021-04-09 15:35:05 +02:00
Kristian Bendiksen
49c2b16058
#7493 Export multiple results in same Stimplan xml
2021-04-09 15:35:05 +02:00
Kristian Bendiksen
3ec177eeb4
#7493 Export fracture statistics as StimPlan xml.
2021-04-09 15:35:05 +02:00
Magne Sjaastad
509cc31cc8
#7553 HDF Summary Reader : Support HH:MM:SS when parsing start date
2021-04-09 02:28:53 -07:00
Magne Sjaastad
dd97e7741a
#7527 HDF Summary Reader : Add first working prototype
...
HDF5 must be compiled with special options to support multithreading. Disable file object multithreading for HDF5. Some vector types are not supported, as the support in opm-common reader is not complete (region, region_to_region, ...).
2021-04-08 07:13:34 -07:00
Magne Sjaastad
d754ef4705
Janitor : Several fixes by clang-tidy and use of clang compiler
2021-04-05 11:51:23 -07:00
Magne Sjaastad
2f43a64d36
#7512 Optimized summary reader : Release memory after writing LODSMRY
...
Creating the LODSMRY file requires all data to be loaded into memory. Close this file object after the file has been written to disk.
2021-03-26 13:52:26 +01:00
Magne Sjaastad
b673fe2600
#7512 Optimized summary reader : Catch exceptions
2021-03-26 09:12:01 +01:00
Magne Sjaastad
4a61226926
#7494 Summary Plot: Lumped completions short names are wrong
...
Replace tabs in summary quantity name with space
2021-03-26 09:12:01 +01:00
Magne Sjaastad
f5547dd551
#7512 Support optimized summary reader
2021-03-25 12:56:09 +01:00
Kristian Bendiksen
6f3640ff78
#6947 Silence warning about ECHO eclipse keyword size mismatch.
2021-03-05 13:42:58 +01:00
Kristian Bendiksen
c33b41b2ff
7368 geological frk to csv ( #7461 )
2021-03-05 13:41:21 +01:00
Magne Sjaastad
9bac309a4f
Completion Export : Add option to control export of comments
2021-03-02 09:25:53 +01:00
Magne Sjaastad
f12a3ed1ba
#7403 Replace fromTime_t with fromSecsSinceEpoch
2021-02-22 08:32:08 +01:00
Magne Sjaastad
b29952e8a9
#7403 Replace toTime_t with toSecsSinceEpoch
2021-02-22 08:32:08 +01:00
Magne Sjaastad
bcdba1bb8f
#7347 Property Editor : Enable undo/redo of field changed operations
2021-02-10 15:08:35 +01:00
Kristian Bendiksen
751ebf7eb6
6365 additional stimplan xml parameters ( #7318 )
...
* #6365 StimPlan XML: Parse formation dip and fracture orientation.
* #6365 Fracture: Use formation dip and fracture orientation from XML.
* #6365 Fracture: Compare case insensitive, use enum class
Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
2021-02-02 14:29:17 +01:00
Kristian Bendiksen
f8aae6691d
6877 well fracture intersection per fracture ( #7251 )
...
* #6877 Move well/fracture intersection to fracture (from template).
* #6877 Read stimplan xml without scaling and well/fracture intersection offset
* #6877 Move fracture grid to RimFracture from template.
* #6877 Use RiaDefines::conductivityResultName() where applicable.
* #6877 Reintroduce fracture template scaling.
* #6877 Hide well/fracture intersection option for elliptical template
* #7280 : Fix crash when picking in first time step of StimPlan fracture
* #7279 Redraw after deleting fracture to make it disappear.
2021-01-26 15:32:18 +01:00
rubenthoms
bc81437435
Moved UnitSystem from RiaEclipseUnitTools to RiaDefines. ( #7225 )
...
* Moved UnitSystem from RiaEclipseUnitTools to RiaDefines.
- Renamed UnitSystem to EclipseUnitSystem
- Replaced header includes and removed obsolete includes of RiaEclipseUnitTools.h
* Moved result name functions into separate file.
* Minor cleanup
Co-authored-by: rubenthoms <rubenthoms@users.noreply.github.com>
Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
Co-authored-by: magnesj <magnesj@users.noreply.github.com>
2021-01-21 12:58:46 +01:00
Gaute Lindkvist
81699db187
Rename ApplicationCode to ApplicationLibCode
2021-01-11 15:27:45 +01:00