diff --git a/dune/gfe/linearalgebra.hh b/dune/gfe/linearalgebra.hh index 5dd4a96a71f0bfda586ae909f07d289a20af64b5..7febb66e833af845024d8d7bfb11d6a5df28a9e6 100644 --- a/dune/gfe/linearalgebra.hh +++ b/dune/gfe/linearalgebra.hh @@ -142,7 +142,6 @@ auto operator* ( const double& s, const Dune::FieldMatrix<double, m, n> &A) return ret; } -#endif //! calculates ret = A/s template< class K, int m, int n> @@ -158,7 +157,6 @@ Dune::FieldMatrix<K,m,n> operator/ ( const Dune::FieldMatrix<K, m, n> &A, const return ret; } -#if DUNE_VERSION_LT(DUNE_FUNCTIONS,2,7) //! calculates ret = A/s template< class K, int m> Dune::FieldVector<K,m> operator/ ( const Dune::FieldVector<K, m> &A, const K& s)