Arne Morten Kvarving
|
46455ab65f
|
ecldummygradientcalcultor.hh: cleanup headers
|
2023-08-02 11:45:51 +02:00 |
|
Arne Morten Kvarving
|
35fa52f0b9
|
EclDummyGradientCalculator: some modernization
- typedef -> using
|
2022-08-10 12:44:53 +02:00 |
|
Arne Morten Kvarving
|
78c5675daf
|
changed: get rid of OPM_UNUSED macro usages
prefer anonymous parameters or c++17 [[maybe_unused]]
|
2021-08-02 14:55:41 +02:00 |
|
Joakim Hove
|
0565d6f402
|
Remove unused #include of exceptions
|
2020-09-21 11:12:15 +02:00 |
|
Arne Morten Kvarving
|
74fac38d85
|
changed: remove GET_PROP_TYPE / GET_PROP macro usage
|
2020-08-27 08:19:39 +02:00 |
|
Arne Morten Kvarving
|
1aba020ea3
|
changed: ewoms/disc -> opm/models/discretization
|
2019-09-19 11:16:26 +02:00 |
|
Arne Morten Kvarving
|
5599bb6d8c
|
changed: namespace Ewoms -> namespace Opm
|
2019-09-05 17:14:38 +02:00 |
|
Andreas Lauser
|
260d62c2b8
|
adapt to the move of code from opm-common to opm-material
|
2018-02-08 12:11:20 +01:00 |
|
Andreas Lauser
|
61c501a31d
|
change the order of OPM_UNUSED and variable name
it seems like some compilers (GCC 4.9.2?) are picky about this and
require
```c++
TypeName VariableName __attribute__ ((__unused__))
```
|
2017-01-17 13:28:56 +01:00 |
|
Atgeirr Flø Rasmussen
|
5724244b4f
|
Silence unused argument warnings with OPM_UNUSED.
|
2016-12-30 10:03:14 +01:00 |
|
Andreas Lauser
|
759c2dbdaa
|
move all applications into their top-level directory
thanks to [at]akva2 for the suggestion.
|
2016-11-11 15:04:04 +01:00 |
|