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 |
|