Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
2 merge requests!12Hamilton jacobi,!11Hamilton jacobi
...@@ -23,7 +23,7 @@ namespace Solvers { ...@@ -23,7 +23,7 @@ namespace Solvers {
/**** /****
* Turn off support for float and long double. * 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 }; }; template<> struct ConfigTagReal< HamiltonJacobiBuildConfig, long double > { enum { enabled = false }; };
/**** /****
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment