opm-simulators/opm/simulators
Markus Blatt 44fadfb88a Fixes compilation of CUDA.
nvcc exits compilation if the header dune/istl/basearray.hh (form DUNE
2.6) is included as it does not seem to understand the friend declaration
there (friend class for a struct).

```
/usr/include/dune/istl/basearray.hh:101:49: error: ‘typename Dune::Imp::base_array_unmanaged<B, A>::RealIterator’ names ‘template<class B, class A> template<class T> struct Dune::Imp::base_array_unmanaged<B, A>::RealIterator’, which is not a type
       friend class RealIterator<const ValueType>;
                                                 ^
```
2020-10-14 19:23:57 +02:00
..
aquifers providing the aquifer data for summary output 2020-10-02 13:13:20 +02:00
flow Added one more decimal for hundreds of a second. 2020-10-02 15:13:41 +02:00
linalg Fixes compilation of CUDA. 2020-10-14 19:23:57 +02:00
timestepping Merge pull request #2827 from totto82/timestepping 2020-10-13 14:25:26 +02:00
utils Silence warnings from range-for. 2020-10-12 09:39:37 +02:00
wells Add Doxygen Documentation to Well PI Calculator 2020-10-13 15:42:35 +02:00
opm-simulators_doxygen_main.hpp Moved all remaining files out of opm/autodiff. 2019-06-20 11:00:51 +02:00