Skip to content
Snippets Groups Projects
Commit ea71e0e1 authored by Lisa Julia Nebel's avatar Lisa Julia Nebel
Browse files

removed the specialization of MathematicalConstants as the generic class...

removed the specialization of MathematicalConstants as the generic class MathematicalConstants<Field> already covers these use cases
parent bce43bdd
No related branches found
No related tags found
1 merge request!505Simplify mathematical constants
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment