Skip to content
Snippets Groups Projects
Commit 4cefa039 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Enabled computations with single precision.

parent e3c970e1
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.
Finish editing this message first!
Please register or to comment