Joakim Hove
|
029de3542e
|
Schedule: explicitly instantiated
|
2017-10-31 13:14:12 +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
|
36c010c956
|
ebos: replace the opm-parser related pointers/smart pointers by references
this seems to be the spirit of the season. note that now the deck
object must be copied, but I suppose that copying it is pretty cheap.
|
2016-12-07 20:24:48 +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 |
|