Commit 59301cfc authored by Matouš Fencl's avatar Matouš Fencl
Browse files

Merge branch 'hamilton-jacobi' of mmg-gitlab.fjfi.cvut.cz:mmg/tnl-dev into hamilton-jacobi

parents f206b754 98abe9f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ namespace Solvers {
/****
 * Turn off support for float and long double.
 */
template<> struct ConfigTagReal< HamiltonJacobiBuildConfig, float > { enum { enabled = false }; };
template<> struct ConfigTagReal< HamiltonJacobiBuildConfig, float > { enum { enabled = true }; };
template<> struct ConfigTagReal< HamiltonJacobiBuildConfig, long double > { enum { enabled = false }; };

/****