Commit 4cefa039 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Enabled computations with single precision.

parent e3c970e1
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 }; };

/****