diff --git a/dune/common/math.hh b/dune/common/math.hh index 9a9fe81d2f8643263e78d2183599f758a8b31d29..da7ec7f202478baa66fae2c82bacf13b08b8cc71 100644 --- a/dune/common/math.hh +++ b/dune/common/math.hh @@ -58,37 +58,6 @@ namespace Dune {}; -#ifndef DOXYGEN - // MathematicalConstants for float - // ------------------------------- - - template<> - struct MathematicalConstants< float > - : public StandardMathematicalConstants< float > - {}; - - - - // MathematicalConstants for double - // -------------------------------- - - template<> - struct MathematicalConstants< double > - : public StandardMathematicalConstants< double > - {}; - - - - // MathematicalConstants for long double - // ------------------------------------- - - template<> - struct MathematicalConstants< long double > - : public StandardMathematicalConstants< long double > - {}; -#endif // DOXYGEN - - //! Calculates the factorial of m at compile time template <int m> struct Factorial