Commit Graph

28 Commits

Author SHA1 Message Date
Atgeirr Flø Rasmussen
0b930bc45c Fix warning from external code. 2023-06-28 16:10:13 +02:00
Arne Morten Kvarving
5ab4c3dfa0 initialize variables 2023-06-01 09:38:45 +02:00
Arne Morten Kvarving
19f103db9b check pointer to avoid nullptr dereference sca warning
the assert above is a noop under normal conditions
2023-06-01 09:38:45 +02:00
Arne Morten Kvarving
1492182866 make variable constexpr to avoid dead store warning 2023-06-01 09:38:45 +02:00
Arne Morten Kvarving
ba4d3271c4 remove unnecessary initialization 2023-06-01 09:35:10 +02:00
Arne Morten Kvarving
b68f5f1226 add arguments by const ref 2023-05-22 22:08:12 +02:00
Arne Morten Kvarving
e6280fc80d add override qualifier to virtual methods 2023-05-22 20:53:33 +02:00
Arne Morten Kvarving
6553e8d0b7 mark constructors explicit 2023-05-16 10:50:01 +02:00
Arne Morten Kvarving
a428d09ad3 fixed: do not compare index 2 twice 2023-05-15 12:28:07 +02:00
Arne Morten Kvarving
cd4aec3a0b avoid out of bounds deref warning 2023-05-09 10:35:40 +02:00
Arne Morten Kvarving
1c8df58353 avoid uninitialized use warning 2023-05-09 10:35:40 +02:00
Arne Morten Kvarving
a7d77e2ed3 avoid dead store 2023-05-09 10:35:40 +02:00
Arne Morten Kvarving
ad251bb8aa quell unused variable warning
value is only used for WIN32
2023-05-09 10:35:40 +02:00
Arne Morten Kvarving
d659aa567f reorder initialization lists 2023-04-28 09:43:02 +02:00
Arne Morten Kvarving
54966e074f add forward declarations for explicit template instantations
causes a clang-tidy warning
2023-04-28 09:43:02 +02:00
Arne Morten Kvarving
bf39554b12 remove unused include 2023-04-28 09:43:02 +02:00
Markus Blatt
8a21a8a23f Added missing file for grid independent well specification. 2023-04-13 12:55:30 +02:00
Markus Blatt
888f3644f7 Fixed warning about muliline comment. 2023-04-11 17:42:17 +02:00
Markus Blatt
adc11caf99 Fixes warning about set but unused variable. 2023-04-11 17:42:17 +02:00
Markus Blatt
db1c823cbb Fixes warnings about initialization order. 2023-04-11 17:42:17 +02:00
Markus Blatt
580bb30f8e Fixes shadowed variable warning. 2023-04-11 17:35:13 +02:00
Paul Egberts
e781a99ce4 update of license to only gplv3 2023-04-04 22:02:18 +02:00
Paul Egberts
8f90d7fe89 Removal of unused files 2023-03-10 14:20:57 +01:00
Paul Egberts
8467d82eb6 Placed ResInsight code in separate namespace called external 2023-03-10 10:06:04 +01:00
Paul Egberts
bfebe538c2 removal of unused files 2023-02-27 09:50:21 +01:00
Paul Egberts
5ddfebc585 added #include <string> 2023-01-31 14:00:10 +01:00
Paul Egberts
83934226aa finalizing and cleaning up 2023-01-30 22:18:32 +01:00
Paul Egberts
446ab3830c This is a combination of 5 commits.
Reorganizing and renaming files
2023-01-30 22:11:28 +01:00